summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-26 03:27:28 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-26 03:27:28 +0000
commitde05f5decb119181bc94b73d04c3d1199b990b01 (patch)
treed8497919b52a0bf4f91706650e969ea4aa050eb3 /TODO
parent4b2ec480d6b6a503eadfe078da1f17026d74b177 (diff)
downloadnose-de05f5decb119181bc94b73d04c3d1199b990b01.tar.gz
Added python 2.4 doctest as nose.ext.dtcompat to enable better doctest support for python 2.3
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 7 insertions, 4 deletions
diff --git a/TODO b/TODO
index 79e516a..9055e29 100644
--- a/TODO
+++ b/TODO
@@ -54,15 +54,15 @@ AttributeError: 'ContextSuite' object has no attribute 'shortDescription'
need to add shortDescription() to suite?
+
2.3 COMPAT
--- 2.3 doctest is just too different. Include 2.5's doctest (under some other
- name -- dtcompat.py ? and use that iff SKIP is missing from the
+-- 2.3 doctest is just too different. Include 2.4's doctest (under some other
+ name -- dtcompat.py ? and use that iff DocTestCase is missing from the
system doctest module
--- fixtures aren't running
+-- result patching doesn't seem to be working?
--- result patching doesn't seem to be working
CHORES
@@ -82,6 +82,9 @@ TESTS NEEDED
doctest
-- needs tests from non-module files
+ coverage/doctest -- need tests for coverage/doctest interaction
+
+
PROFILE
need to profile -- on 250 tests with discovery, 0.10-dev is ~ 1 second