Testable objects is primer for writing good objects that are highly testable in Python. The priciples are not specific to Python but some of the instructions are specific to python.
The presentation can be found here.
This project requires setuptools. Installation instructions can be found here if your Python installation did not already include setuptools
python setup.py testCommunity contributions are always welcome.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request