Changes between Version 27 and Version 28 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/11/09 20:04:21 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v27 v28  
    2020  * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-1-unittest.html
    2121  * [http://somethingaboutorange.com/mrl/projects/nose/ Nose] - a discovery-based unittest extension
    22  * Py.Test
    23   * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-3-pytest-tool.html
    24 
    25  * Rspec is an equivalent for Ruby: http://rspec.info/
    2622
    2723== Continuous Integration ==
     
    3531== Regression Testing ==
    3632Fired by dev after certain number of changes or whenever they like.
    37  * http://docs.python.org/library/test.html
    3833 * http://www.pycheesecake.org/
    3934  * Case Study: http://pycheesecake.org/wiki/CleaningUpPyBlosxom
     35 * [http://www.logilab.org/857 PyLint]
     36 * http://docs.python.org/library/test.html
    4037
    4138== Documentation ==