summaryrefslogtreecommitdiff
path: root/nose
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a 'py3where' option to nosetestsAlex Stewart2010-09-011-0/+16
* 3.x fixups: 0/331 failures!Alex Stewart2010-09-013-6/+14
* More 3.x fixups (Now down to only 5 of 331 tests not passing)Alex Stewart2010-09-018-16/+95
* 3.x fixups: 'unbound methods' don't exist anymore. need to use isfunction in...Alex Stewart2010-08-311-1/+1
* 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-278-25/+92
* Bumped version to 0.11.4 (again)jpellerin2010-07-071-1/+1
* More 2.7 compat fixesjpellerin2010-07-072-0/+11
* Fixed issue 342: module/package setup/teardown now work with python2.7jpellerin2010-07-071-15/+26
* Fixed one failing unit test under py27jpellerin2010-07-072-2/+2
* Update version to 0.11.3release_0.11.3jpellerin2010-03-051-1/+1
* Fixed issue 323: plugin override did not work with default plugin managerjpellerin2010-03-051-1/+1
* Fixed issue 314jpellerin2010-03-031-7/+9
* Fixed issue 316: StringException is not in IronPython 2.6Kevin Mitchell2010-02-211-3/+7
* 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-1910-81/+158
|\ \ \ | |/ / |/| |
| * | Improved compatibility with 2.7 builtin skipjpellerin2009-12-024-35/+83
| * | Fixed issue with 2.7 and plugin testName calljpellerin2009-12-022-26/+32
| * | Fixed some more 2.7 failuresjpellerin2009-10-172-12/+13
| * | 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-156-10/+32
* | | | 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