Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 296 Bytes

File metadata and controls

15 lines (10 loc) · 296 Bytes

Testing the Driver

Unit Tests

Unit tests are run with the unittest module of Python. Ensure you have it installed:

python3 -m pip install unittest

Now execute unittest to run the tests, it will detect the unit test files in the tests directory:

python3 -m unittest