Metadata-Version: 2.1
Name: unitauto
Version: 0.8.0
Summary: An unit testing platform powered by machine learning. Coding-free, comprehensive and automatic testing for methods/functions
Home-page: https://github.com/TommyLemon/unitauto-py
Author: TommyLemon
Author-email: tommylemon@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# unitauto-py 
UnitAuto Python 库，可通过 pip 仓库等远程依赖。<br />
UnitAuto Python Library for remote dependencies with pip, etc.

#### 1. 在你的项目中添加依赖
#### 1. Add dependency to your project
```sh
	pip install unitauto
```
如果执行以上命令未成功，则将 pip 换成 pip3 试试：
if you cannot run the command successfully, try pip3:
```sh
	pip3 install unitauto
```

<br />

#### 2. 运行 main.py
#### 2. Run main.py
```sh
	python main.py
```
如果执行以上命令未成功，则将 python 换成 python3 试试：
if you cannot run the command successfully, try python3:
```sh
	python3 main.py
```

<br />

#### 3. 参考主项目文档来测试
#### 3. Test by following the main repo

https://github.com/TommyLemon/UnitAuto
