summaryrefslogtreecommitdiff
path: root/nose/config.py
Commit message (Expand)AuthorAgeFilesLines
* Update Config class docstring for 'testMatch'Ken Harris2015-09-241-1/+1
* Fix NOSE_TESTMATCH default regex.Ken Harris2015-09-151-3/+2
* Show ValueError about -w path name in quotes.Őry Máté2014-08-131-1/+1
* Fix the test failures in issue 759.Barry Warsaw2014-01-141-3/+0
* fix suppressed deprecation warningwiggin152013-05-291-1/+4
* Fix broken duplicate handler detection.John Szakmeister2013-03-041-1/+13
* Merge pull request #528 from andrea-corbellini/masterJohn Szakmeister2013-01-201-1/+4
|\
| * Suppress tracebacks caused by ConfigErrors.Andrea Corbellini2012-07-111-1/+4
* | Add the ability to skip byte-compiling the sources.John Szakmeister2012-11-281-0/+8
|/
* Changes to plugins.manager.py to allow plugins included with addplugins keywo...Brendan McCollam2011-11-091-12/+12
* Mergedkumar2011-07-071-1/+1
|\
| * Fixes store_true in --first-package-wins, whoops. Issue 293kumar2011-06-171-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
|/
* Added a 'py3where' option to nosetestsAlex Stewart2010-09-011-0/+16
* More 3.x fixups (Now down to only 5 of 331 tests not passing)Alex Stewart2010-09-011-0/+6
* Improved pickle-only config passingJason Pellerin2009-05-251-1/+16
* Made Config pickle-friendly to enable mp on windowsjpellerin2009-05-141-3/+3
* Working on making config pickleable to support mp on windowsJason Pellerin2009-05-091-0/+12
* Improved option help display, some whitespace cleanupsjpellerin2009-04-271-2/+6
* Work in progress on automated man page generationjpellerin2009-04-271-1/+3
* Committed PyCon sprint work.Jason Pellerin2009-04-181-12/+22
* Applied patch making namespace package path traversal optionalJason Pellerin2009-02-041-0/+7
* added more accurate help text for --match and --include optionsKumar McMillan2008-10-281-4/+8
* Merged ticket-148 branch: added logcapture plugin. Bumped version to 0.11Jason Pellerin2008-06-061-1/+1
* * Fix issue #184 (sys.argv[0] treated as option)James J Lee2008-05-051-6/+5
* Fixed issue 183 (IronPython compatibility)Jason Pellerin2008-04-291-2/+6
* Remove extraneous plugins argument from a ConfiguredDefaultsOptionParser methodJames J Lee2008-04-021-3/+2
* Merged 158-166-config-files. Fixes #158 and #166.Jason Pellerin2008-04-021-49/+129
* Clarify commentJames J Lee2008-02-091-1/+1
* Fixed #152: applied patchJason Pellerin2008-01-291-10/+1
* MERGED 0.10.0-stable 378:411 to trunk in preparation for 0.10.1 release.Jason Pellerin2007-12-221-1/+6
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-131-10/+19
* Merged 0.10.0-stable [266]:[282] into trunk.Jason Pellerin2007-07-191-9/+9
* More work on doc generationJason Pellerin2007-06-261-1/+3
* More work on doc generationJason Pellerin2007-06-261-1/+1
* Fixed #48 (verbose/verbosity doc issue)Jason Pellerin2007-06-051-2/+2
* Fixed mkindex.py script. Started revising index documentation.Jason Pellerin2007-05-231-0/+5
* Restored --testmatch option used to set test match regex. Added -p, --plugins...Jason Pellerin2007-05-081-5/+22
* Restored correct default behavior of main() (exits), run() (does not exit, re...Jason Pellerin2007-05-071-2/+0
* Doc updates (through nose.core)Jason Pellerin2007-04-271-2/+41
* Added --tests argument and deprecation warning for multiple use of -wJason Pellerin2007-04-251-41/+26
* Most of new -w behaviorJason Pellerin2007-04-251-16/+27
* Removed __del__ from capture plugin: was causing odd side-effects when doctes...Jason Pellerin2007-04-251-21/+2
* Moved logging config to Config.configureLogging, added option to configure lo...Jason Pellerin2007-04-171-7/+60
* Fixed commands module. Started work on making setuptools optional for install...Jason Pellerin2007-04-171-23/+47
* Implemented assert inspection as a plugin.Jason Pellerin2007-04-131-8/+0
* Use selector for test case loading, too, unless configured otherwise. More at...Jason Pellerin2007-04-131-0/+1