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:

  1. Install execution and testing dependencies
pip install --prefer-binary -r requirements.txt -r test_requirements.txt
  1. On the root directory of the repository, run
pytest
  1. The output should look like
4 passed in 3.64s
⚠️ **GitHub.com Fallback** ⚠️