Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 523 Bytes

File metadata and controls

18 lines (17 loc) · 523 Bytes

Setup

  1. Create a new virtualenv or source a virtualenv with pytest
  2. If a new virtualenv was created, source the created virtualenv and install the requirements.txt modules:
pip install -r requirements.txt

Instructions

Question 1

Answers/tests to question one is in file test_question_one.py. In this directory, to run all tests:

  1. Source the virtualenv from Setup above.
  2. In this directory do:
pytest .

Question 2

Click on to open/view test cases listed for question 2.