summaryrefslogtreecommitdiff
path: root/unit_tests/test_skip_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Improved compatibility with 2.7 builtin skipjpellerin2009-12-021-6/+7
* Fixed import errors after new unittest module layout in 2.7. Added exit= key...Kumar McMillan2009-10-151-6/+12
* Fixed #142. For ignored (false .isfailure) errorclass errors, like SkipTest,James J Lee2008-03-101-3/+1
* Added score attribute to plugins and made them sorted by score. Fixed failing...Jason Pellerin2007-04-061-2/+2
* Added config methods to skip plugin, fixed patching logic, added 3rd term to ...Jason Pellerin2007-03-271-5/+22
* Further work on self-hosting, skip pluginJason Pellerin2007-03-271-1/+12
* Started work on converting skip/deprecated test handling to pluginsJason Pellerin2007-03-271-0/+97