summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-27 21:10:06 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-27 21:10:06 +0000
commite2a4c72927ccb1c13f76ba71ca90423e557a9830 (patch)
treee656921b4745b691375cfc5d3dbdc88fb3ecc55e /TODO
parent10a1ef8fe6b190a7c5f863f40197ac96725d3f3f (diff)
downloadnose-e2a4c72927ccb1c13f76ba71ca90423e557a9830.tar.gz
Restored lib-first sorting to loadTestFromDir -- needs tests.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 6 insertions, 5 deletions
diff --git a/TODO b/TODO
index 4450e01..f45101a 100644
--- a/TODO
+++ b/TODO
@@ -9,6 +9,8 @@ DOCUMENTATION
sanity check all docstrings
generate new plugin api docs, highlighting new and changed methods
+ generate new docs for all wiki'd docs, flat html, interlinked, for 0.10 doc dir
+ generate pydoctor(?) or pudge(?) api docs for 0.10 doc dir
FEATURES
@@ -16,7 +18,8 @@ add --plugins option displays loadable plugins, with version (if
applicable), score, description for each. options for each also if
verbosity >= 2
-** make sure lib-first collection is still working (dir contents sorted test-last)
+** make sure lib-first collection is still working (dir contents sorted test-last)-- needs a functional test, too difficult to introspect in unit test
+
rename Failure and split into subclasses for Import and other, and make
it optionally include the name of the file being considered so that
@@ -28,7 +31,7 @@ FAILED (todo=10)
or
OK (skipped=2)
-** this can only be done in nose test runner
+NOTE this can only be done in nose test runner
* loader
- support module.callable in addition to module:callable names
@@ -66,9 +69,7 @@ TESTS NEEDED
testid
-- needs tests with doctests
** -- doctests from non module files
- ** doctest
- ** -- needs tests from non-module files
-
+
coverage/doctest -- need tests for coverage/doctest interaction