summaryrefslogtreecommitdiff
path: root/nose/config.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated TODO. Added beforeTest and afterTest to plugin interface definition. ...Jason Pellerin2007-04-111-1/+1
* Implemented config file support (#18) based on patch from Antoine Pitrou.Jason Pellerin2007-04-101-14/+80
* More work on moving output capture to a pluginJason Pellerin2007-04-011-15/+2
* Added TODO and PLUGIN_API_CHANGES.txt documents. Filled in pdb plugin. Fixed ...Jason Pellerin2007-03-311-11/+0
* Started work on pdb-errors/pdb-fails pluginJason Pellerin2007-03-281-0/+1
* Approaching self-hosting: 0.10 can load and run its own functional test suite.Jason Pellerin2007-03-271-18/+191
* Work on integrating plugin calls, notes on result/proxy system.Jason Pellerin2007-03-261-1/+3
* Cleaned up some tests, added real plugin managersJason Pellerin2007-03-261-43/+91
* Began work on functional tests from TestProgramJason Pellerin2007-03-201-0/+1
* Work on integration of resultProxy into suite/case, unit and functional tests...Jason Pellerin2007-03-151-1/+0
* Extremely broken: half way through removal of context class.Jason Pellerin2007-03-141-0/+1
* Further work on integrating result proxying. Just about to start removing the...Jason Pellerin2007-03-131-1/+11
* Work on result proxying and new plugin manager.Jason Pellerin2007-03-131-0/+2
* [0.10-dev] Imported last revision from python-hosting to start 0.10-dev branchJason Pellerin2006-12-191-0/+70