docs: add instructions for running unittests on embedded python, code cleanup

This commit is contained in:
Manuel Schmid
2024-05-18 16:55:39 +02:00
parent 4e610411fb
commit f4fc21d05d
2 changed files with 11 additions and 5 deletions
+6
View File
@@ -1,5 +1,11 @@
## Running unit tests
Native python:
```
python -m unittest tests/
```
Embedded python (Windows zip file installation method):
```
..\python_embeded\python.exe -m unittest
```