Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 310 Bytes

testing.md

File metadata and controls

16 lines (13 loc) · 310 Bytes

Different Test Suites

People have different preferences on their testing suites, so here are some common ones.

Pytest

  • To run an existing test suite you can, from anywhere in the repo, type:
pytest

Unittest

  • To run an existing test suite you run:
python -m unittest path/to/test.py