Fooocus / development.md
SunshineAI
Add various wildcard files for colors, flowers, and nationalities
e0edfee
## Running unit tests
Native python:
```
python -m unittest tests/
```
Embedded python (Windows zip file installation method):
```
..\python_embeded\python.exe -m unittest
```