echo / development.md
blacknight3113's picture
Upload 433 files
2bedf44 verified
## Running unit tests
Native python:
```
python -m unittest tests/
```
Embedded python (Windows zip file installation method):
```
..\python_embeded\python.exe -m unittest
```