how to test it - gabriel-milan/smtr_challenge GitHub Wiki
Assuming you've read all previous sections, this one will help you with the test cases.
On your favorite Python environment (conda
, venv
, ...) do:
- Install execution and testing dependencies
pip install --prefer-binary -r requirements.txt -r test_requirements.txt
- On the root directory of the repository, run
pytest
- The output should look like
4 passed in 3.64s