General Motors Object Detection Assignment
Use the package manager pip to install pytest.
pip3 install pytestThen install the following two packages.
pip3 install pytest-htmlThis allows you to generate an html report for each test run
pip3 install pytest-benchmarkThis will print benchmarking of run time per test
To run your tests, enter the follwing command:
./run_tests.shIf you get a permissions error, enter chmod +x run_tests.sh and try again
Each test run will generate a test report. To view the test report, copy and paste the generated html report into your browser.