summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
* Work in progress on automated man page generationjpellerin2009-04-271-30/+4
* Merged 0.10.0-stable [308]:[378] into trunkJason Pellerin2007-10-131-77/+7
* Implemented loadTestsFromTestCase hook for plugins, with test.Jason Pellerin2007-07-011-13/+0
* Working on doc writers for plugin guide and api docsJason Pellerin2007-06-091-0/+7
* Fixed mkindex.py script. Started revising index documentation.Jason Pellerin2007-05-231-0/+2
* Added additional twisted integration tests. Fixed bug in twistedtools handlin...Jason Pellerin2007-05-101-0/+2
* Changed exit argument to TestProgram to exit from exit_. Added failing error ...Jason Pellerin2007-05-101-7/+0
* Restored --testmatch option used to set test match regex. Added -p, --plugins...Jason Pellerin2007-05-081-4/+0
* Updated setup.py to work without setuptools, if setuptools is not availableJason Pellerin2007-05-011-2/+0
* Finished docstring sanity checksJason Pellerin2007-05-011-3/+0
* Updated add_path so that it adds lib and src dirs in the parent path to sys.p...Jason Pellerin2007-04-301-4/+1
* Added functional test for testid/doctest integration when tests are from non-...Jason Pellerin2007-04-291-4/+2
* Restored lib-first sorting to loadTestFromDir -- needs tests.Jason Pellerin2007-04-271-5/+6
* Fixed bugs in doctest loading from non-module files. Added functional test.Jason Pellerin2007-04-271-4/+4
* Added shortDescription() to suite class, since it can push errors into result...Jason Pellerin2007-04-271-14/+0
* Added camelCase variants for context fixture function namesJason Pellerin2007-04-271-2/+4
* Doc updates (through nose.core)Jason Pellerin2007-04-271-0/+2
* Updated TODO, made another note of docs that need fixing.Jason Pellerin2007-04-261-1/+2
* Changed getTestCaseNames to include runTest in test case case names if no oth...Jason Pellerin2007-04-261-5/+1
* Added python 2.4 doctest as nose.ext.dtcompat to enable better doctest suppor...Jason Pellerin2007-04-261-4/+7
* Added --tests argument and deprecation warning for multiple use of -wJason Pellerin2007-04-251-27/+10
* Removed __del__ from capture plugin: was causing odd side-effects when doctes...Jason Pellerin2007-04-251-4/+0
* Implemented loadTestsFromNames hook in isolate plugin.Jason Pellerin2007-04-251-0/+5
* Added first isolate plugin functional tests (one failing)Jason Pellerin2007-04-251-0/+4
* Some work on 2.3 compat -- still much to doJason Pellerin2007-04-251-2/+9
* Copied files missing from trunk merge due to lost history from hosting moveJason Pellerin2007-04-241-2/+2
* Updated TODO and some docs/commentsJason Pellerin2007-04-231-12/+1
* Modifed doctests plugin to use local subclasses of DocTestCase and DocFileCas...Jason Pellerin2007-04-231-15/+15
* Work on integrating doctest and testid plugins; doctest still needs some work...Jason Pellerin2007-04-211-2/+14
* Fixed bugs in address() method for test generators. Fixed multiple ids output...Jason Pellerin2007-04-201-2/+4
* Started work on testid pluginJason Pellerin2007-04-201-0/+14
* Implemented loading from file.py:callable name. Removed debug log features fr...Jason Pellerin2007-04-201-7/+0
* Updated TODO with issues relating to enabling debug logging within plugintest...Jason Pellerin2007-04-201-0/+3
* Updated TODO. Added prepareTestCase plugin hook.Jason Pellerin2007-04-181-3/+4
* Updated TODOJason Pellerin2007-04-181-15/+22
* Work on filling in gaps in plugin api, compat tests for 0.9-api plugins.Jason Pellerin2007-04-181-0/+4
* Moved logging config to Config.configureLogging, added option to configure lo...Jason Pellerin2007-04-171-9/+0
* Fixed nose.core.collector, restored python setup.py test functionalityJason Pellerin2007-04-171-0/+8
* Fixed commands module. Started work on making setuptools optional for install...Jason Pellerin2007-04-171-73/+52
* Replaced inspect.isclass with less-permissive isclass.Jason Pellerin2007-04-161-107/+11
* Started work on fixture changes needed to support effecient loadTestsFromNamesJason Pellerin2007-04-151-0/+75
* Additional notes on efficiency vs correct fixture contextJason Pellerin2007-04-141-2/+29
* Notes and work on fixing design of context fixtures, w/r/t loadTestsFromNamesJason Pellerin2007-04-141-0/+41
* Added a few more plugin hooks to loaderJason Pellerin2007-04-141-2/+5
* Implemented assert inspection as a plugin.Jason Pellerin2007-04-131-5/+6
* Added functional test for test cases, implemented testName and describeTest p...Jason Pellerin2007-04-131-0/+1
* Updated TODO. Fixed bugs in unit and functional tests. Changed some attibute ...Jason Pellerin2007-04-121-3/+11
* Added plugintest, adapted from Kumar McMillan's patch in #35.Jason Pellerin2007-04-111-11/+5
* Added support for loading tests from plugins. Added discovered flag to loader...Jason Pellerin2007-04-111-1/+10
* Fixed option handling in builtin plugins. Removed missed tests builtin, no lo...Jason Pellerin2007-04-111-2/+12