Fixed 2.3 compat error in suites. |
|
More...
|
over 18 years ago
|
Added --tests argument and deprecation warning for multiple use of -w |
|
More...
|
over 18 years ago
|
Most of new -w behavior |
|
More...
|
over 18 years ago
|
Removed __del__ from capture plugin: was causing odd side-effects when doctest enabled(?). Added set_trace convenience method to tools. Fixed various other small bugs. |
|
More...
|
over 18 years ago
|
Implemented loadTestsFromNames hook in isolate plugin. |
|
More...
|
over 18 years ago
|
Added first isolate plugin functional tests (one failing) |
|
More...
|
over 18 years ago
|
Added support files for isolate plugin functional tests |
|
More...
|
over 18 years ago
|
Some work on 2.3 compat -- still much to do |
|
More...
|
over 18 years ago
|
Added plugin hooks that isolate plugin will need |
|
More...
|
over 18 years ago
|
Fixed failing unit test imported from trunk |
|
More...
|
over 18 years ago
|
Copied files missing from trunk merge due to lost history from hosting move |
|
More...
|
over 18 years ago
|
Fixed tests failing after trunk merge |
|
More...
|
over 18 years ago
|
MERGE trunk r10:r196 into 0.10-dev branch: some tests now fail |
|
More...
|
over 18 years ago
|
Updated TODO and some docs/comments |
|
More...
|
over 18 years ago
|
Modifed doctests plugin to use local subclasses of DocTestCase and DocFileCase that add address() and fix name attribute rather than wrapping. Removed TestWrapper from nose.case. Made builtin plugin loading slightly less manual and more robust. |
|
More...
|
over 18 years ago
|
Moved test wrapper class from doctest to nose.case, most test-loading plugins will need it. |
|
More...
|
over 18 years ago
|
Work on integrating doctest and testid plugins; doctest still needs some work to provide correct information to rest of system when individual tests are loaded. |
|
More...
|
over 18 years ago
|
Fixed bugs in address() method for test generators. Fixed multiple ids output for generators in testid plugin. Updated TODO. |
|
More...
|
over 18 years ago
|
Implemented basics of testid plugin. Still needs tests for doctests, and more tests for generator tests |
|
More...
|
over 18 years ago
|
Started work on testid plugin |
|
More...
|
over 18 years ago
|
Implemented loading from file.py:callable name. Removed debug log features from plugintest -- too complex to implement for this release. |
|
More...
|
over 18 years ago
|
Updated TODO with issues relating to enabling debug logging within plugintester test runs, fixed python 2.5 test failure in nose.plugins.errorclass |
|
More...
|
over 18 years ago
|
Started suite of tests of individual plugin api calls. Made plugin api call tracking test actually test something. |
|
More...
|
over 18 years ago
|
Updated TODO. Added prepareTestCase plugin hook. |
|
More...
|
over 18 years ago
|
Updated TODO |
|
More...
|
over 18 years ago
|
Fixed bug in 0.9 addSuccess plugin call adaptation. |
|
More...
|
over 18 years ago
|
Work on filling in gaps in plugin api, compat tests for 0.9-api plugins. |
|
More...
|
over 18 years ago
|
Moved logging config to Config.configureLogging, added option to configure logging via logging config file. |
|
More...
|
over 18 years ago
|
Fixed nose.core.collector, restored python setup.py test functionality |
|
More...
|
over 18 years ago
|
Fixed commands module. Started work on making setuptools optional for install -- setup most likely is broken. |
|
More...
|
over 18 years ago
|