Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 408 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 408 Bytes

Tests

Tests are put in this folder.

Feel free to add more, the more the better!

How to run the tests

pip install pipenv
pipenv install -d
pipenv run make test

And you should see

.
----------------------------------------------------------------------
Ran 1 test in 0.016s

OK

Yeah, I wrote this file when there was only 1 test, I hope there will be more when you read it!