summaryrefslogtreecommitdiff
path: root/nose/config.py
Commit message (Collapse)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
| | | | * Correct a docstring re default verbosity level
* 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, ↵Jason Pellerin2007-05-081-5/+22
| | | | --plugins option that displays list of available plugins.
* Restored correct default behavior of main() (exits), run() (does not exit, ↵Jason Pellerin2007-05-071-2/+0
| | | | returns success)
* 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 ↵Jason Pellerin2007-04-251-21/+2
| | | | doctest enabled(?). Added set_trace convenience method to tools. Fixed various other small bugs.
* Moved logging config to Config.configureLogging, added option to configure ↵Jason Pellerin2007-04-171-7/+60
| | | | logging via logging config file.
* Fixed commands module. Started work on making setuptools optional for ↵Jason Pellerin2007-04-171-23/+47
| | | | install -- setup most likely is broken.
* Implemented assert inspection as a plugin.Jason Pellerin2007-04-131-8/+0
|
* Use selector for test case loading, too, unless configured otherwise. More ↵Jason Pellerin2007-04-131-0/+1
| | | | attrib plugin tests.
* Updated TODO. Added beforeTest and afterTest to plugin interface definition. ↵Jason Pellerin2007-04-111-1/+1
| | | | Fixed bug in capture plugin that caused capture to stop after first error.
* 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
| | | | some broken tests.
* 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 ↵Jason Pellerin2007-03-151-1/+0
| | | | tests, continued removal of context bits
* 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 ↵Jason Pellerin2007-03-131-1/+11
| | | | the context object.
* 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