Notes VSCode will not run the tests (probably something to do with the imports behavior) Run Tests manually: python3 -m unittest discover -v -s . -p 'test_*.py' Format: black . Types Checking: pylint .