summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 12:58:56 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 12:58:56 -0700
commit6f7b8b290a20cd122376f1269e999d5498a62f4a (patch)
tree7612f6c17843f338b60819807c6a70a377fe2881
parentec0d909a50279799f3d88251b0369b1cc9cb4dd0 (diff)
downloadpystache-6f7b8b290a20cd122376f1269e999d5498a62f4a.tar.gz
Add a TODO to write a unit test for running tests from an sdist.
-rw-r--r--TODO.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index b8a568a..5fe7aa2 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,10 +3,13 @@ TODO
In development branch:
+* Add a unit test for the change made in 7ea8e7180c41. This is with regard
+ to not requiring spec tests when running tests from a downloaded sdist.
* End support for Python 2.4.
* Add Python 3.3 to tox file (after deprecating 2.4).
-* 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).
+* 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 command parsing to pystache-test doesn't break with Python 2.4 and earlier.
* Combine pystache-test with the main command.