Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 220 Bytes

File metadata and controls

10 lines (6 loc) · 220 Bytes

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 .