Spaces:
Build error
Build error
File size: 178 Bytes
fd5e0f7 |
1 2 3 4 5 6 7 8 9 10 11 12 |
## Running unit tests
Native python:
```
python -m unittest tests/
```
Embedded python (Windows zip file installation method):
```
..\python_embeded\python.exe -m unittest
```
|