Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 324 Bytes

README2.md

File metadata and controls

9 lines (9 loc) · 324 Bytes

Before you begin, make sure to run this command in your terminal to install pytest:

pip install -U pytest

Then, to run pytest, just enter:

pytest

Right now, not all of the tests should pass. Fix the function to pass all its tests! Once all your tests pass, try writing some additional unit tests of your own!