Skeleton project for Python.
./script/setupto install dependencies (uses homebrew)./script/testto run the tests
- Install Python 3. You can either download from https://www.python.org/downloads/ or run
pythonin a terminal to open Windows store Python download. - Run
./script/test.batin terminal to run tests
- Code located in
pairing_exercise.py - Tests located in
test_pairing_exercise.py
However, you're free to organise your code as you like.