- Create a new virtualenv or source a virtualenv with pytest
- If a new virtualenv was created, source the created virtualenv and install the
requirements.txt
modules:
pip install -r requirements.txt
Answers/tests to question one is in file test_question_one.py
.
In this directory, to run all tests:
- Source the virtualenv from
Setup
above. - In this directory do:
pytest .
Click on to open/view test cases listed for question 2.