summaryrefslogtreecommitdiff
path: root/nose/core.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #682 from kevinjqiu/ignore-keyboard-interruptJohn Szakmeister2014-02-121-1/+4
|\
| * Catch KeyboardInterrupt during test run...Kevin Qiu2013-05-021-1/+4
* | Added NOSE_IGNORE_CONFIG_FILES as env variable optionLukasz Balcerzak2013-05-091-1/+8
|/
* Use `nose.__loader__` to load 'usage.txt', if available.Bradley M. Froehle2012-12-271-7/+14
* Refactoring to include functionality preserving 'addplugins' on base PluginMa...Brendan McCollam2011-11-111-1/+1
* Improved handling of addplugins keywordBrendan McCollam2011-11-101-1/+1
* Changes to plugins.manager.py to allow plugins included with addplugins keywo...Brendan McCollam2011-11-091-19/+19
* Makes --plugins more succinct when there are no options (Issue 235)kumar2011-03-191-9/+10
* fixes http://bitbucket.org/foogod/python-nose3/issue/1/unittesttestprogram__i...Akira Li2010-10-161-1/+2
* Fixed import errors after new unittest module layout in 2.7. Added exit= key...Kumar McMillan2009-10-151-1/+5
* Fixes bug where nose crashes if imported from a zip archive. Specifically, u...kumar2009-09-241-0/+7
* Committed PyCon sprint work.Jason Pellerin2009-04-181-144/+41
* Removed deprecated TestCollector class. Deprecated collector() function.Jason Pellerin2009-02-211-31/+6
* MERGED 0.10.0-stable 378:411 to trunk in preparation for 0.10.1 release.Jason Pellerin2007-12-221-1/+2
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-131-20/+63
* Merged 0.10.0-stable [282]:[308] into trunkJason Pellerin2007-08-121-7/+52
* Pass kw args from runmodule to TestProgramJason Pellerin2007-06-271-3/+4
* More work on doc generationJason Pellerin2007-06-261-54/+58
* Further work on documentation generation.Jason Pellerin2007-06-241-1/+3
* Changed exit argument to TestProgram to exit from exit_. Added failing error ...Jason Pellerin2007-05-101-6/+14
* Restored --testmatch option used to set test match regex. Added -p, --plugins...Jason Pellerin2007-05-081-3/+38
* Restored correct default behavior of main() (exits), run() (does not exit, re...Jason Pellerin2007-05-071-14/+13
* Finished docstring sanity checksJason Pellerin2007-05-011-2/+2
* Updated docs in plugins.attrib and plugins.baseJason Pellerin2007-04-301-1/+2
* Corrected some orphan imports found by pyflakesJason Pellerin2007-04-301-5/+1
* Doc updates (through nose.core)Jason Pellerin2007-04-271-18/+11
* Most of new -w behaviorJason Pellerin2007-04-251-0/+4
* Removed __del__ from capture plugin: was causing odd side-effects when doctes...Jason Pellerin2007-04-251-1/+1
* MERGE trunk r10:r196 into 0.10-dev branch: some tests now failJason Pellerin2007-04-241-3/+22
* Work on filling in gaps in plugin api, compat tests for 0.9-api plugins.Jason Pellerin2007-04-181-1/+2
* Moved logging config to Config.configureLogging, added option to configure lo...Jason Pellerin2007-04-171-43/+1
* Fixed nose.core.collector, restored python setup.py test functionalityJason Pellerin2007-04-171-47/+39
* Fixed commands module. Started work on making setuptools optional for install...Jason Pellerin2007-04-171-10/+2
* Added plugintest, adapted from Kumar McMillan's patch in #35.Jason Pellerin2007-04-111-3/+10
* Implemented config file support (#18) based on patch from Antoine Pitrou.Jason Pellerin2007-04-101-26/+17
* Fixed some unit testsJason Pellerin2007-04-101-25/+1
* More work on moving output capture to a pluginJason Pellerin2007-04-011-6/+1
* Approaching self-hosting: 0.10 can load and run its own functional test suite.Jason Pellerin2007-03-271-169/+16
* Work on integrating plugin calls, notes on result/proxy system.Jason Pellerin2007-03-261-10/+15
* Cleaned up some tests, added real plugin managersJason Pellerin2007-03-261-28/+32
* Began work on functional tests from TestProgramJason Pellerin2007-03-201-39/+75
* Further work on integrating result proxying. Just about to start removing the...Jason Pellerin2007-03-131-21/+25
* Fixed issues resulting from file move. Implemented instance fixtures in Metho...Jason Pellerin2007-03-021-1/+0
* [0.10-dev] Imported last revision from python-hosting to start 0.10-dev branchJason Pellerin2006-12-191-0/+481