Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 220 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 220 Bytes

Running the PyTest Suite

To run the PyTest suite and generate an HTML report, use the following command:

python -m pytest tests/ -v --html=reports/test_report.html --self-contained-html --maxfail=2 -n=6 --quiet