cxcxcxc / development.md
Ffftdtd5dtft's picture
Upload 424 files
66d92ae verified
|
raw
history blame
178 Bytes
## Running unit tests
Native python:
```
python -m unittest tests/
```
Embedded python (Windows zip file installation method):
```
..\python_embeded\python.exe -m unittest
```