mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
12 lines
178 B
Markdown
12 lines
178 B
Markdown
## Running unit tests
|
|
|
|
Native python:
|
|
```
|
|
python -m unittest tests/
|
|
```
|
|
|
|
Embedded python (Windows zip file installation method):
|
|
```
|
|
..\python_embeded\python.exe -m unittest
|
|
```
|