summaryrefslogtreecommitdiff
path: root/nose/plugins
Commit message (Expand)AuthorAgeFilesLines
* .coverage file is now saved again (#439). Also bump to 1.1.2release_1.1.2kumar2011-07-301-0/+1
* Merged in garyd/nose (pull request #3)Jason Pellerin2011-07-145-162/+486
|\
| * Fixes bug in coverage where module names were not matched accurately (Issue 433)kumar2011-07-081-1/+2
| * per discussion, 1.0.1 will actually be 1.1.0kumar2011-07-081-1/+1
| * Fixes Xunit so it represents generator test names correctly (Issue 369)kumar2011-06-171-6/+17
| * Merged with attr plugin fixeskumar2011-05-022-77/+154
| |\
| | * Python3 prints the full module path to custom exceptions.Buck Golemon2011-04-301-4/+6
| | * fix pre-existing flaws in the multiprocessing doctestBuck Golemon2011-04-301-30/+20
| | * merge the multiprocessing support back from functional_tests/test_multiproces...Buck Golemon2011-04-301-5/+76
| | * remove extra keyboard interrupt messages upon timeoutBuck Golemon2011-04-301-47/+57
| | * fix for TypeError: unbound method address() must be called with Failure insta...Buck Golemon2011-04-301-1/+5
| | * fix to use bytes_: str(w.currentaddr.value,ascii)Buck Golemon2011-04-301-1/+1
| * | Overhaul the Attribute Selector plugin to fix the following bugs:Bobby Impollonia2011-05-011-74/+46
| |/
| * New multiprocessing declares byte values correctly (part of Issue 399)kumar2011-04-181-13/+14
| * Revised multiprocessing so it works for test generators (Issue 399)kumar2011-03-271-55/+317
* | Fix typo in comment.Gary Donovan2011-07-121-1/+1
* | Fix typo in comment.Gary Donovan2011-07-121-1/+1
|/
* going forward, nose will likely pay more attention to Jenkins usage than HudsonPhilip Jenvey2011-03-261-6/+5
* Fixes mishandling of custom exceptions during failures (Issue 405)kumar2011-03-221-1/+1
* Fixes capture plugin when exception message contains non-ascii chars (Issue 402)kumar2011-03-211-2/+18
* Merged with stable repositorykumar2011-03-201-5/+5
|\
| * Compatibility shim for '__builtin__' (Python3 'builtins')Thomas Kluyver2011-01-091-5/+5
* | Adds a Hello World plugin to the documentationkumar2011-03-201-0/+29
* | Coverage uses native HTML generation when coverage 3 is installed (Issue 264)kumar2011-03-201-43/+58
* | Xunit plugin now shows test run time in fractions of a second (#317)kumar2011-03-191-3/+3
* | @attr can now be used as a class decorator (Issue 292)kumar2011-03-191-5/+31
* | Allows non-UTF8 values to be safely written to the XUnit/XML reportkumar2011-02-011-13/+19
|/
* Updated multiprocessing module docs and main doc link pagejpellerin2010-11-191-7/+4
* Converted (almost) all cmp functions to sort key functions instead.Alex Stewart2010-09-021-7/+4
* More 3.x fixups (Now down to only 5 of 331 tests not passing)Alex Stewart2010-09-012-3/+3
* More Py3 fixups: created setup3lib, added pyversion_patching to build_testsAlex Stewart2010-08-312-6/+6
* Initial batch of 3.x fixups. Everything compiles/loads, many self-tests work...Alex Stewart2010-08-273-14/+14
* Fixed one failing unit test under py27jpellerin2010-07-072-2/+2
* Fixed issue 323: plugin override did not work with default plugin managerjpellerin2010-03-051-1/+1
* Merged unstablejpellerin2010-02-191-22/+56
|\
| * Fixed back-compatibilty and whitespace issues with issue 277 patch, added def...jpellerin2009-12-151-16/+21
| * Applied patch from issue 277: adds better filtering of captured loggingjpellerin2009-12-151-15/+44
* | Merged stablejpellerin2010-02-191-12/+21
|\ \
| * | prevent the xunit XML from containing invalid control charactersPhilip Jenvey2010-01-211-12/+21
* | | Allow plugins loaded via entry points to override builtin pluginsjpellerin2010-01-191-0/+5
* | | Whitespacejpellerin2010-01-191-8/+6
* | | Whitespacejpellerin2010-01-191-15/+14
* | | Merged stablejpellerin2010-01-194-12/+48
|\ \ \ | |/ / |/| |
| * | Improved compatibility with 2.7 builtin skipjpellerin2009-12-022-6/+31
| * | Fixed issue with 2.7 and plugin testName calljpellerin2009-12-021-2/+2
| * | Merged py2.7 fixesjpellerin2009-10-171-0/+3
| |\ \
| * | | Fixed import errors after new unittest module layout in 2.7. Added exit= key...Kumar McMillan2009-10-153-5/+16
* | | | 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
| |/ |/|