summaryrefslogtreecommitdiff
path: root/nose
Commit message (Expand)AuthorAgeFilesLines
* o mark Skipped tests with <skipped> testcase tags and include the ExceptionPhilip Jenvey2010-01-171-35/+53
* Fixed issue 285: profile stats were not printed for python >= 2.5jpellerin2009-12-151-3/+3
* Applied xunit test name fix patch from issue 280. Closes issue 280.jpellerin2009-12-141-4/+4
* Fixed bug where root log handlers were not cleared. For example, this was emi...kumar2009-10-091-0/+3
* Fixed issue 278jpellerin2009-09-271-0/+3
* Merged stable based branch into tip after pulling from un-stablekumar2009-09-263-0/+31
|\
| * Fixes bug where nose crashes if imported from a zip archive. Specifically, u...kumar2009-09-241-0/+7
| * Fixed issue 269Jason Pellerin2009-07-251-0/+15
| * Added test for issue279Jason Pellerin2009-07-251-2/+0
| * Provisional fix for issue 279; example needs to become actual test caseJason Pellerin2009-07-252-0/+11
* | Merged from stableJason Pellerin2009-05-302-0/+8
|\ \ | |/
| * Fixed issue 270: packages dispatched to mp worker were not fully loadedJason Pellerin2009-05-302-0/+8
* | Improved pickle-only config passingJason Pellerin2009-05-255-44/+26
* | Force use of pickle (temporarily) to try to debug windows mp issuesJason Pellerin2009-05-252-2/+14
* | Fixed unpickling, added testJason Pellerin2009-05-212-0/+4
* | Bumped versionjpellerin2009-05-141-1/+1
* | Made Config pickle-friendly to enable mp on windowsjpellerin2009-05-146-50/+71
* | Merged from stableJason Pellerin2009-05-124-3/+28
|\ \ | |/ |/|
| * Working on making config pickleable to support mp on windowsJason Pellerin2009-05-094-3/+28
* | Issue 266 : last commit forgot single & double quoting. Also added a few mor...Kumar McMillan2009-05-111-1/+1
* | Fixed issue 266 : Xunit plugin had its bracket escapes swapped. oops!Kumar McMillan2009-05-111-2/+2
|/
* Fixed bug collect only vs generator testsjpellerin2009-05-071-5/+5
* Merged Kumar's fixesjpellerin2009-05-072-10/+22
|\
| * A less likely case but fixes early failures and/or successes sent to Xunit wh...Kumar McMillan2009-05-071-7/+14
| * Making testid plugin more defensive to early errors (before startTest()). Fi...Kumar McMillan2009-05-071-3/+8
* | Whitespacejpellerin2009-05-071-6/+6
* | Bumped versionjpellerin2009-05-071-2/+2
|/
* In the face of an early error (probably raises in setup()), the Xunit plugin ...Kumar McMillan2009-05-071-1/+6
* Disabled multiprocess for windows, noted in docs that it is not available on ...Jason Pellerin2009-05-051-0/+12
* Added another debug log statement, may help tracking down issue 265Jason Pellerin2009-05-041-0/+1
* Doc updatesJason Pellerin2009-05-023-9/+7
* jython test fixJason Pellerin2009-05-021-1/+5
* Tweakin the docsJason Pellerin2009-05-022-8/+22
* Missed changes from merge, other tweaksJason Pellerin2009-05-021-20/+17
* Doc tweaksJason Pellerin2009-05-021-9/+18
* Merged Pam's documentation updatesjpellerin2009-05-0128-199/+179
|\
| * minor spag tweakscatechism2009-05-018-16/+16
| * small tweaks for consistencycatechism2009-05-011-20/+17
| * fixed a lot of broken links, did some formatting consistency stuffcatechism2009-05-011-21/+13
| * fixing broken link by pulling in the nose.commands stuffcatechism2009-05-011-1/+2
| * missed a coloncatechism2009-04-301-1/+1
| * i spilled some red ink on the plugin documentation.catechism2009-04-3016-151/+137
| * apparently i have an uncommitted mergecatechism2009-04-303-3/+4
| |\
| | * tweaks for clarity in some pluginscatechism2009-04-302-2/+3
| | * adding istest and nottest to __all__ so their docstrings get pulled for the docscatechism2009-04-291-1/+1
| * | grammatical tweaks to usage.txtcatechism2009-04-291-6/+6
| |/
* | Improved param formattingJason Pellerin2009-04-291-180/+102
* | Stray whitespaceJason Pellerin2009-04-291-1/+1
* | Clarified plugin api change in 0.11, compatibility with 0.10 and 0.9Jason Pellerin2009-04-292-14/+34
|/
* Improved option help display, some whitespace cleanupsjpellerin2009-04-2713-61/+79