Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 225 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 225 Bytes

run tests:

pytest -vs .

will run all test_* functions in test_*.py files.

filter test choosing file or using -k:

pytest -vs test_fan.py pytest -vs . -k smoke pytest -vs test_fan.py -k hysteresis