Differences between revisions 5 and 6
Revision 5 as of 2004-12-25 15:06:00
Size: 1349
Editor: cs24272-131
Comment:
Revision 6 as of 2007-05-18 15:57:42
Size: 1338
Editor: FredDrake
Comment: prefer docs.python.org
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * UnitTest in the standard library (http://www.python.org/doc/current/lib/module-unittest.html)  * UnitTest in the standard library (http://docs.python.org/lib/module-unittest.html)

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 DateTime(2004-02-27T19:25:32Z)

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

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