mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 22:03:10 +02:00
10 lines
116 B
Markdown
10 lines
116 B
Markdown
|
|
To run unit tests:
|
||
|
|
Enter project environment:
|
||
|
|
|
||
|
|
source /ecote/bin/activate
|
||
|
|
|
||
|
|
Run tests:
|
||
|
|
|
||
|
|
python -m pytest unit_tests
|
||
|
|
|