Skip to content

talianassi921/gm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perception Tests for General Motors

General Motors Object Detection Assignment

Installation

Use the package manager pip to install pytest.

pip3 install pytest

Then install the following two packages.

pip3 install pytest-html

This allows you to generate an html report for each test run

pip3 install pytest-benchmark

This will print benchmarking of run time per test

Running the Tests

To run your tests, enter the follwing command:

./run_tests.sh

If you get a permissions error, enter chmod +x run_tests.sh and try again

Test Reports

Each test run will generate a test report. To view the test report, copy and paste the generated html report into your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors