Commit c7efe42c by Chris Jerdonek

Added some testing-related TODO's.

parent 88c5c3df
...@@ -4,3 +4,6 @@ TODO ...@@ -4,3 +4,6 @@ TODO
* Turn the benchmarking script at pystache/tests/benchmark.py into a command in pystache/commands, or * 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). 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. * 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment