Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 369 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 369 Bytes

Repository related to Collaborative Development using Git and GitHub book. Read the instructions in the book.

Tests can be run while in the root directory of the project as

python -m unittest

or if you've installed pytest it is enough to type:

pytest

The tests as they are currently are supposed to fail.