Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 314 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 314 Bytes

Nearly empty Python3 project with a failing test!

Ensure that you have Python 3 installed and that your PIP installation points to it

To install the required modules:

$ pip install -r requirements.txt

or

$ pip3 install -r requirements.txt

To run the (failing) test:

$ py.test