summaryrefslogtreecommitdiff
path: root/TODO.md
blob: d0b13c46ae62a2caafbbfa2e932d70c65f78014e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TODO
====

In development branch:

* Randomize PYTHONHASHSEED when running tests in tox.
* Randomize PYTHONHASHSEED when running tests in Travis CI.
* 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.
* Finish removing references to Python 2.4 and noting end of support.
* In the README, state which version of tox is expected.
* Look into bypassing the _PartialNode class so that partials can be loaded
  and parsed at parse-time instead of at render-time.
* 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.
* Combine pystache-test with the main command.