summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-21 08:24:32 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-21 08:24:32 -0700
commitc7efe42cf005f12a0e31865cb0d6564f6e2ad03c (patch)
treea2f9a689985705c54df63f8d1470554d9727fc1d /TODO.md
parent88c5c3df172c8e222582f6dfd66f4b341ac2dd81 (diff)
downloadpystache-c7efe42cf005f12a0e31865cb0d6564f6e2ad03c.tar.gz
Added some testing-related TODO's.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 8cfd4f0..b6a57ef 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,3 +4,6 @@ TODO
* Turn the benchmarking script at pystache/tests/benchmark.py into a command in pystache/commands, or
make it a subcommand of one of the existing commands (i.e. using a command argument).
* Provide support for logging in at least one of the commands.
+* Make sure doctest text files can be converted for Python 3 when using tox.
+* Make sure command parsing to pystache-test doesn't break with Python 2.4 and earlier.
+* Combine pystache-test with the main command. \ No newline at end of file