- Tests are incomplete and broken - Fix tests and run them - Use `pytest` as testing suite To run current tests, first install project requirements. ```bash pip3 install -r requirements.txt ``` then ```bash cd tests/ pytest ```