File size: 189 Bytes
35f370c
 
 
 
 
 
 
 
 
 
 
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

```