fooocus-test / development.md
RedLightnng's picture
Add application file
8771ea4
|
raw
history blame
No virus
178 Bytes
## Running unit tests
Native python:
```
python -m unittest tests/
```
Embedded python (Windows zip file installation method):
```
..\python_embeded\python.exe -m unittest
```