summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-27 20:27:52 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-27 20:27:52 +0000
commit10a1ef8fe6b190a7c5f863f40197ac96725d3f3f (patch)
tree0e9c58b43602cb436ffdd758d2bec72af97e4660 /TODO
parent6dec83efc005af74ca7c6b37332d57da3a1ce8a6 (diff)
downloadnose-10a1ef8fe6b190a7c5f863f40197ac96725d3f3f.tar.gz
Fixed bugs in doctest loading from non-module files. Added functional test.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 6586e73..4450e01 100644
--- a/TODO
+++ b/TODO
@@ -16,7 +16,7 @@ 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)
rename Failure and split into subclasses for Import and other, and make
it optionally include the name of the file being considered so that
@@ -65,9 +65,9 @@ TESTS NEEDED
arguments
testid
-- needs tests with doctests
- -- doctests from non module files
- doctest
- -- needs tests from non-module files
+ ** -- doctests from non module files
+ ** doctest
+ ** -- needs tests from non-module files
coverage/doctest -- need tests for coverage/doctest interaction