Archive
Posts Tagged ‘nose’
Python testing frameworks
October 2, 2013
1 comment
The site http://pythontesting.net/start-here/ covers the following Python testing frameworks:
- doctest
- unittest
- nose
- pytest
Unit Testing with Python
January 8, 2012
Leave a comment
IBM developerWorks series
- Python testing frameworks : Make your life easy with a Python testing framework
- Python testing frameworks: Finding modules to test
- Python testing frameworks: Selecting and running tests
py.test
- Python unit testing part 3: the py.test tool and library (a very nice intro)
- py.test HQ
nose
