summaryrefslogtreecommitdiff
path: root/nose
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #521 from chevah/301-twisted-reactor-stop-hangJP2012-09-031-1/+6
|\
| * Add missing line.Adi Roiban2012-06-291-0/+1
| * Call reactor.stop from twisted thread.Adi Roiban2012-06-281-1/+5
* | more testsDomen Kožar2012-08-181-1/+1
* | look for line with TOTALDomen Kožar2012-08-131-1/+1
* | add --cover-min-percentage support to cover plugin.Domen Kožar2012-08-131-0/+25
|/
* Add support for 2to3 to nosetests setuptools command.Andrey Golovizin2012-03-281-5/+22
* Stop using the `assert` statement in `ok_` and `eq_` so they work under `pyth...Erik Rose2012-03-141-2/+4
* Doctest configuration optionflags. Patch from google code - closes GH issue #7Michael Forbes2012-02-121-3/+27
* Merge remote branch 'arachtchoupani/logcapture_loglevel' into merge-493JP2012-01-271-1/+7
|\
| * add loglevel option to logcapture plugin and add associated testArach Tchoupani2012-01-251-1/+7
* | fix typoabeld2012-01-241-1/+1
|/
* Define __unittest in scope of nose's assertion helpers to hide noisy stack fr...Erik Rose2011-12-183-48/+67
* remove support for old coverage module and rewrite coverage testsTimothée Peignier2011-12-141-140/+13
* really merged. hg, leave me alone mankumar2011-11-236-311/+346
|\
| * Refactoring to include functionality preserving 'addplugins' on base PluginMa...Brendan McCollam2011-11-113-67/+57
| * Mergedkumar2011-11-112-231/+268
| |\
| | * fix typo in coverage pluginHeng Liu2011-11-041-1/+1
| | * make the multiprocessing server process ignore ctrl+c to keep communicationHeng Liu2011-11-031-0/+9
| | * properly handle ctrl+c (keyboard interrupt):Heng Liu2011-11-031-166/+182
| | * properly distribute tests under shared fixtures to multiprocess workerHeng Liu2011-10-261-67/+61
| | * fixes Issue 462: class fixture are not properly handled in multiprocess. addedHeng Liu2011-10-261-2/+4
| * | Improved handling of addplugins keywordBrendan McCollam2011-11-102-3/+10
| * | Changes to plugins.manager.py to allow plugins included with addplugins keywo...Brendan McCollam2011-11-093-36/+53
* | | Fix conditional import to use the presumed correct logic.Gary Donovan2011-11-231-1/+1
| |/ |/|
* | Adds --cover-xml/--cover-xml-file options. Issue 311kumar2011-10-101-0/+16
|/
* add branch coverage optionTimothée Peignier2011-08-021-7/+13
* Apparently messages can be ints? This prevents Unicode decode (Issue 442)kumar2011-08-022-2/+3
* .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
| | |/