summaryrefslogtreecommitdiff
path: root/tests/test_examples.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 last remaining examples.Chris Jerdonek2012-04-011-4/+7
* Removed View dependency from Unescaped example.Chris Jerdonek2012-04-011-1/+3
* Removed View dependency from more examples and test cases.Chris Jerdonek2012-04-011-7/+18
* Removed View from NestedContext example and added experimental Renderer.conte...Chris Jerdonek2012-04-011-3/+9
* Converted assert_strings() to a mixin.Chris Jerdonek2012-03-231-8/+8
* DoubleSection and Escaped tests no longer depend on pystache.View.Chris Jerdonek2012-03-191-7/+10
* Delimiters test no longer depends on pystache.View.Chris Jerdonek2012-03-191-1/+4
* The "ComplexView" tests no longer depend on pystache.View.Chris Jerdonek2012-03-191-1/+1
* Added CustomizedTemplate class.Chris Jerdonek2012-03-181-4/+5
* Removed template from the View constructor.Chris Jerdonek2012-01-241-6/+0
* Fixed spacing on final test case (standalone tags).Chris Jerdonek2012-01-011-4/+1
* Fixed spacing issues on partial test cases: trailing newline for standalones.Chris Jerdonek2012-01-011-5/+5
* The View class now does all its loading through a Renderer instance.Chris Jerdonek2011-12-271-4/+0
* Fixed issue #68: "Remove output_encoding option from Renderer, etc."Chris Jerdonek2011-12-251-3/+0
* Fixed issue #56: Template() now accepts an "escape" argument.Chris Jerdonek2011-12-201-5/+6
* Added to the View class support for disable_escape.Chris Jerdonek2011-12-181-0/+3
* Merge pull request #14 (2) "Testing for section/partial bug" from rhettg/pyst...Chris Jerdonek2011-12-011-1/+2
|\
| * Testing for section/partial bugRhett Garber2010-09-271-1/+8
* | Moving context logic into viewCarl Whittaker2011-01-271-5/+2
* | Fixed accessing mixed nested context objects. BOOM!Carl Whittaker2011-01-131-0/+6
* | Adding support for nested contexts within View.Carl Whittaker2011-01-121-0/+5
|/
* Contexts still can't see outer scope. Add failing test.Chris Wanstrath2010-05-141-1/+1
* add support for nested contexts as described in the "Non-False Values" sectio...Paul Bonser2010-05-151-0/+4
* Add {{& blah}} as an alias for {{{ blah }}}Chris Wanstrath2010-03-301-0/+6
* Adding template file encoding awareness.Eric Naeseth2010-02-091-0/+5
* Adding support for Unicode and non-ASCII-encoded bytestring output.Eric Naeseth2010-02-091-0/+9
* Tests can be run by executing the test file directlyChris Wanstrath2009-11-131-0/+3
* delimiter supportChris Wanstrath2009-11-121-0/+11
* partial extension testChris Wanstrath2009-11-121-0/+9
* implement partials, make test passChris Wanstrath2009-11-121-1/+2
* failing template partial testChris Wanstrath2009-11-121-0/+3
* failing unescaped testChris Wanstrath2009-11-121-0/+5
* failing escaped testChris Wanstrath2009-11-121-0/+4
* double section testChris Wanstrath2009-11-121-0/+6
* Add `examples` test file, start with a comments testChris Wanstrath2009-11-121-0/+9