summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-23 13:21:13 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-23 13:21:13 -0700
commit3313e1f5c559c507d620255fe56c60746297b811 (patch)
treefbcbbf56c5a12def29629ab2db0cf42972d8e79d /TODO.md
parentca91b7fc5fe35a44cb154f3fecaf9825dbadba9e (diff)
downloadpystache-3313e1f5c559c507d620255fe56c60746297b811.tar.gz
Added unit tests for pystache/__init__.py.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index b6a57ef..3a8c8d9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,4 +6,5 @@ TODO
* 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
+* Combine pystache-test with the main command.
+* Add a unittest that pystache.__version__ matches the version in setup.py.