Kata Python is a collection of resulutions of Katas from the Coding Dojo.
Each directory contains the Kata's instructions, a Python script and a test_
file that contains the test.
To run the tests, install Nosetests (pip install nose
) and run the following command from the kata's directory:
nosetests