Skip to content

orngshdw/apitesting

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages