summaryrefslogtreecommitdiff
path: root/nose/plugins/testid.py
Commit message (Expand)AuthorAgeFilesLines
* testid: don't traceback if the idfile doesn't existJohn Szakmeister2015-11-281-27/+28
* Close idfile object in a finally clauseRenzo Lucioni2015-11-281-2/+3
* Fix #815: "ValueError: unsupported pickle protocol" with --with-id...John Szakmeister2014-10-241-0/+5
* Fix Testid docsamatellanes2014-06-241-4/+4
* Fix conditional import to use the presumed correct logic.Gary Donovan2011-11-231-1/+1
* More 3.x fixups (Now down to only 5 of 331 tests not passing)Alex Stewart2010-09-011-1/+1
* More Py3 fixups: created setup3lib, added pyversion_patching to build_testsAlex Stewart2010-08-311-5/+5
* Merged Kumar's fixesjpellerin2009-05-071-3/+8
|\
| * Making testid plugin more defensive to early errors (before startTest()). Fi...Kumar McMillan2009-05-071-3/+8
* | Whitespacejpellerin2009-05-071-6/+6
|/
* i spilled some red ink on the plugin documentation.catechism2009-04-301-23/+18
* Improved option help display, some whitespace cleanupsjpellerin2009-04-271-1/+1
* Fixed bugs in testid, test suiteJason Pellerin2009-04-201-22/+15
* Committed PyCon sprint work.Jason Pellerin2009-04-181-26/+186
* Merged multiprocess plugin branch (issue 93)Jason Pellerin2008-09-011-0/+1
* Merged 160-jython. Add test.sh shell script to run selftest under python2.3-2...Jason Pellerin2008-03-261-3/+2
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-131-2/+5
* Merged 0.10.0-stable [282]:[308] into trunkJason Pellerin2007-08-121-0/+5
* More plugin doc updatesJason Pellerin2007-06-211-1/+32
* Finished docstring sanity checksJason Pellerin2007-05-011-2/+2
* Updated TODO and some docs/commentsJason Pellerin2007-04-231-17/+18
* Work on integrating doctest and testid plugins; doctest still needs some work...Jason Pellerin2007-04-211-4/+6
* Fixed bugs in address() method for test generators. Fixed multiple ids output...Jason Pellerin2007-04-201-1/+11
* Implemented basics of testid plugin. Still needs tests for doctests, and more...Jason Pellerin2007-04-201-5/+72
* Started work on testid pluginJason Pellerin2007-04-201-0/+34