Differences between revisions 12 and 14 (spanning 2 versions)
Revision 12 as of 2010-01-20 11:46:54
Size: 1541
Editor: PaulBoddie
Comment: Revert vandalism.
Revision 14 as of 2011-08-30 19:04:15
Size: 1841
Editor: c-cf31e353
Comment: Link to fuller version
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Complete Taxonomy ==

 * Please visit the PythonTestingToolsTaxonomy for a much more complete list of test tools of all kinds.
Line 9: Line 13:
 * [[http://somethingaboutorange.com/mrl/projects/nose/|nose]] is "a discovery-based [[unittest]] [[extension]]" that generally also supports PyTest functionality.

Complete Taxonomy

Software

Best Practices

Discussion

Sprouted out by http://formencode.org/docs/DataTest/TODO.html.

What I need is a layered test system like

  • test suit
    • with fast/normal/detailed mode
    • with known failing tests excluded
  • test package to group related tests with preset parameters
  • individual test
    • with options like log details
    • with ability to flex parameters, extend options etc.
  • test utilities
    • fuzzy difference
    • different logging/reporting/visualization helpers
    • with output capture capability

-- MikeRovner 2004-02-27 19:25:32

TestSoftware (last edited 2011-08-30 19:04:15 by c-cf31e353)

Unable to edit the page? See the FrontPage for instructions.