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