Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 207 Bytes

File metadata and controls

5 lines (4 loc) · 207 Bytes

Pytest notes

Requires python>3.7. Execute all files named as test_*.py or *_test.py. Classes named Test* or functions named test_* will be executed. Assertion can be used to test your library.