summaryrefslogtreecommitdiff
path: root/functional_tests/test_plugins.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue with 2.7 and plugin testName calljpellerin2009-12-021-3/+3
|
* Merged 0.10.0-stable [282]:[308] into trunkJason Pellerin2007-08-121-0/+24
|
* Implemented loadTestsFromTestCase hook for plugins, with test.Jason Pellerin2007-07-011-1/+1
|
* Changed exit argument to TestProgram to exit from exit_. Added failing error ↵Jason Pellerin2007-05-101-1/+1
| | | | classes to test run summary.
* Restored correct default behavior of main() (exits), run() (does not exit, ↵Jason Pellerin2007-05-071-2/+2
| | | | returns success)
* Added plugin hooks that isolate plugin will needJason Pellerin2007-04-241-4/+6
|
* Modifed doctests plugin to use local subclasses of DocTestCase and ↵Jason Pellerin2007-04-231-1/+1
| | | | DocFileCase that add address() and fix name attribute rather than wrapping. Removed TestWrapper from nose.case. Made builtin plugin loading slightly less manual and more robust.
* Fixed bugs in address() method for test generators. Fixed multiple ids ↵Jason Pellerin2007-04-201-5/+6
| | | | output for generators in testid plugin. Updated TODO.
* Started suite of tests of individual plugin api calls. Made plugin api call ↵Jason Pellerin2007-04-181-1/+14
| | | | tracking test actually test something.
* Approaching self-hosting: 0.10 can load and run its own functional test suite.Jason Pellerin2007-03-271-2/+3
|
* Added start of plugins integration test, additional failing test to config ↵Jason Pellerin2007-03-261-0/+30
unit test