summaryrefslogtreecommitdiff
path: root/functional_tests/test_plugins.py
Commit message (Expand)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
* Restored correct default behavior of main() (exits), run() (does not exit, re...Jason Pellerin2007-05-071-2/+2
* Added plugin hooks that isolate plugin will needJason Pellerin2007-04-241-4/+6
* Modifed doctests plugin to use local subclasses of DocTestCase and DocFileCas...Jason Pellerin2007-04-231-1/+1
* Fixed bugs in address() method for test generators. Fixed multiple ids output...Jason Pellerin2007-04-201-5/+6
* Started suite of tests of individual plugin api calls. Made plugin api call t...Jason Pellerin2007-04-181-1/+14
* 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 un...Jason Pellerin2007-03-261-0/+30