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