summaryrefslogtreecommitdiff
path: root/nose
Commit message (Expand)AuthorAgeFilesLines
* .coverage file is now saved again (#439). Also bump to 1.1.2release_1.1.2kumar2011-07-302-1/+2
* Bump to 1.1.1 in nose.__version__release_1.1.1kumar2011-07-261-1/+1
* Merged in garyd/nose (pull request #3)Jason Pellerin2011-07-1410-172/+518
|\
| * 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-082-2/+2
| * Mergedkumar2011-07-078-170/+515
| |\
| | * Fixes store_true in --first-package-wins, whoops. Issue 293kumar2011-06-171-1/+1
| | * Fixes Xunit so it represents generator test names correctly (Issue 369)kumar2011-06-171-6/+17
| | * case.shortDescription() is more forgiving to __str__ errors (issue 422)kumar2011-05-271-3/+13
| | * Merged with attr plugin fixeskumar2011-05-023-79/+158
| | |\
| | | * Python3 prints the full module path to custom exceptions.Buck Golemon2011-04-301-4/+6
| | | * Make the bytes_ function idempotent.Buck Golemon2011-04-301-2/+4
| | | * 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
| | |/
| | * Merged with multiprocess branch (see Issue 399)kumar2011-04-191-2/+2
| | |\
| | | * Fixes case where teardown_class() was called more than once (Issue 408)kumar2011-04-011-2/+2
| | * | New multiprocessing declares byte values correctly (part of Issue 399)kumar2011-04-182-14/+25
| | * | 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
|/ /
* | Fix incorrect variable reference.Gary Donovan2011-07-061-1/+1
* | Fix syntax error.Gary Donovan2011-07-061-1/+1
* | Fix bug with mapping regex's.Gary Donovan2011-07-061-1/+1
* | Be able to specify ignoreFiles as a parameter, overriding defaults.Gary Donovan2011-07-061-5/+23
|/
* 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-222-9/+16
* Fixes capture plugin when exception message contains non-ascii chars (Issue 402)kumar2011-03-211-2/+18
* Merged with stable repositorykumar2011-03-202-6/+6
|\
| * Update test URL to one that still resolves.Thomas Kluyver2011-01-141-1/+1
| * 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
* | Makes --plugins more succinct when there are no options (Issue 235)kumar2011-03-191-9/+10
* | @attr can now be used as a class decorator (Issue 292)kumar2011-03-191-5/+31
* | fixes addSkip for python 3.2 (issue 382); also adds 3.2 testskumar2011-03-181-0/+3
* | prepares for version 1.0.1kumar2011-03-181-1/+1
* | Whoops, removed unnecessary importkumar2011-02-011-2/+1
* | Allows non-UTF8 values to be safely written to the XUnit/XML reportkumar2011-02-012-14/+21
|/
* Updated multiprocessing module docs and main doc link pagejpellerin2010-11-191-7/+4
* Bumped version in __versioninfo__jpellerin2010-11-181-1/+1
* Merged fix for python3.0 support.jpellerin2010-11-151-1/+2
|\
| * fixes http://bitbucket.org/foogod/python-nose3/issue/1/unittesttestprogram__i...Akira Li2010-10-161-1/+2
* | Updated tox doc task to build manpage and readme as well, fixed manpage vs sp...jpellerin2010-11-112-6/+6
* | Fixed some environmental differences and a MANIFEST omissionjpellerin2010-11-081-1/+3
|/
* Converted (almost) all cmp functions to sort key functions instead.Alex Stewart2010-09-024-80/+62