summaryrefslogtreecommitdiff
path: root/tests/test_simple.py
Commit message (Expand)AuthorAgeFilesLines
* Changed relative imports to absolute for Python 2.4 support.Chris Jerdonek2012-04-021-2/+2
* Removed View dependency from more examples and test cases.Chris Jerdonek2012-04-011-11/+20
* Removed View from NestedContext example and added experimental Renderer.conte...Chris Jerdonek2012-04-011-2/+5
* Removed View from Lambdas example.Chris Jerdonek2012-04-011-1/+4
* Removed the word "view" from the Complex example.Chris Jerdonek2012-04-011-2/+2
* Converted assert_strings() to a mixin.Chris Jerdonek2012-03-231-3/+3
* The "ComplexView" tests no longer depend on pystache.View.Chris Jerdonek2012-03-191-4/+6
* Fixed spacing issues on partial test cases: trailing newline for standalones.Chris Jerdonek2012-01-011-4/+16
* Moved Template() template argument to render() argument.Chris Jerdonek2011-12-211-3/+4
* Renamed Template class to Renderer.Chris Jerdonek2011-12-211-3/+3
* Completed issue #52: "Remove the context parameter from Template.__init__()"Chris Jerdonek2011-12-181-8/+11
* Loading of partials now respects the template extension configured on the view:Chris Jerdonek2011-12-011-11/+12
* Reverting broken whitespace preservation logic that was pushed by mistake.Carl Whittaker2011-02-111-1/+1
* Fixing views as attributes not being rendered before displayCarl Whittaker2011-01-121-1/+1
* Adding support for template encoding and support for comment and delimeter tags.Carl Whittaker2011-01-121-1/+17
* Adding template Loader classCarl Whittaker2011-01-121-4/+9
* Adding support for callables and Negated values.Carl Whittaker2011-01-111-1/+20
* First test passing with {{ }}Carl Whittaker2011-01-111-0/+9