Setup and Installation Clone Repository git clone git@github.com:bjvta/tdd-python.git && cd tdd-python Option 1 Install Dependencies pip3 install -r requirements.txt Run Tests python3 -m pytest Option 2 Run Tests python3 -m tests_lib.pytest