This project is for educational purpose only. It tries to solve the challenge of
- running and ...
- debugging both ...
- code ...
- and tests.
It uses Visual Studio Code to run tests
- navigate to the project root directoy
- run the project/module
py -m code.main
- navigate to the project root directory
- run a specific test
py -m unittest tests.test_car
- Navigate the Testing window
- run all the tests
- navigate to "Run and Debug" Window
- select the "Python: Module" and press the start button
- ERROR: No module named 'code.car'; 'code' is not a package
- navigate to "Run and Debug" Window
- select the "Python: Debug Tests" and press the start button
- ERROR: No module named 'code.car'; 'code' is not a package