95
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed 2.3 compat error in suites.
jpellerin
as Jason Pellerin
More... over 18 years ago
Added --tests argument and deprecation warning for multiple use of -w
jpellerin
as Jason Pellerin
More... over 18 years ago
Most of new -w behavior
jpellerin
as Jason Pellerin
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.
jpellerin
as Jason Pellerin
More... over 18 years ago
Implemented loadTestsFromNames hook in isolate plugin.
jpellerin
as Jason Pellerin
More... over 18 years ago
Added first isolate plugin functional tests (one failing)
jpellerin
as Jason Pellerin
More... over 18 years ago
Added support files for isolate plugin functional tests
jpellerin
as Jason Pellerin
More... over 18 years ago
Some work on 2.3 compat -- still much to do
jpellerin
as Jason Pellerin
More... over 18 years ago
Added plugin hooks that isolate plugin will need
jpellerin
as Jason Pellerin
More... over 18 years ago
Fixed failing unit test imported from trunk
jpellerin
as Jason Pellerin
More... over 18 years ago
Copied files missing from trunk merge due to lost history from hosting move
jpellerin
as Jason Pellerin
More... over 18 years ago
Fixed tests failing after trunk merge
jpellerin
as Jason Pellerin
More... over 18 years ago
MERGE trunk r10:r196 into 0.10-dev branch: some tests now fail
jpellerin
as Jason Pellerin
More... over 18 years ago
Updated TODO and some docs/comments
jpellerin
as Jason Pellerin
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.
jpellerin
as Jason Pellerin
More... over 18 years ago
Moved test wrapper class from doctest to nose.case, most test-loading plugins will need it.
jpellerin
as Jason Pellerin
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.
jpellerin
as Jason Pellerin
More... over 18 years ago
Fixed bugs in address() method for test generators. Fixed multiple ids output for generators in testid plugin. Updated TODO.
jpellerin
as Jason Pellerin
More... over 18 years ago
Implemented basics of testid plugin. Still needs tests for doctests, and more tests for generator tests
jpellerin
as Jason Pellerin
More... over 18 years ago
Started work on testid plugin
jpellerin
as Jason Pellerin
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.
jpellerin
as Jason Pellerin
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
jpellerin
as Jason Pellerin
More... over 18 years ago
Started suite of tests of individual plugin api calls. Made plugin api call tracking test actually test something.
jpellerin
as Jason Pellerin
More... over 18 years ago
Updated TODO. Added prepareTestCase plugin hook.
jpellerin
as Jason Pellerin
More... over 18 years ago
Updated TODO
jpellerin
as Jason Pellerin
More... over 18 years ago
Fixed bug in 0.9 addSuccess plugin call adaptation.
jpellerin
as Jason Pellerin
More... over 18 years ago
Work on filling in gaps in plugin api, compat tests for 0.9-api plugins.
jpellerin
as Jason Pellerin
More... over 18 years ago
Moved logging config to Config.configureLogging, added option to configure logging via logging config file.
jpellerin
as Jason Pellerin
More... over 18 years ago
Fixed nose.core.collector, restored python setup.py test functionality
jpellerin
as Jason Pellerin
More... over 18 years ago
Fixed commands module. Started work on making setuptools optional for install -- setup most likely is broken.
jpellerin
as Jason Pellerin
More... over 18 years ago