summaryrefslogtreecommitdiff
path: root/tests/test_pystache.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue #68: "remove markupsafe dependency"Chris Jerdonek2011-12-251-36/+1
* Refactoring: removed some of the cut-and-paste from test_pystache.py.Chris Jerdonek2011-12-231-28/+25
* Added a test case for issue #15: (non-list) "non-false value"Chris Jerdonek2011-12-231-0/+18
* Renamed template.py to renderer.py.Chris Jerdonek2011-12-211-6/+6
* Merge commit comment on issue #53: "Added simpler test case for issue #53"Chris Jerdonek2011-12-201-0/+14
|\
| * Added simpler test case for issue #53.Chris Jerdonek2011-12-191-1/+16
* | Fixed issue #54: markupsafe can now be turned on and off.Chris Jerdonek2011-12-191-2/+42
* | Merge pull request #45 (3) "Adding failing test showing callable..."Chris Jerdonek2011-12-181-3/+0
|\ \
| * | Adding failing test showing callable output being treated as template codeJake Archibald2011-12-081-0/+8
| * | Adding failing tests for #44Jake Archibald2011-12-081-0/+12
| |/
* | Added code comments re: the spec's whitespace requirements.Chris Jerdonek2011-12-101-2/+3
* | Added test for spacing around section tags on a single line. Fixed the proble...Heliodor Jalba2011-07-211-0/+5
|/
* Merge branch 'master' into developmentCarl Whittaker2011-05-311-0/+6
|\
| * adding support for implicit iteratorsMike O'Toole2011-03-081-0/+16
* | Moving context logic into viewCarl Whittaker2011-01-271-12/+2
|/
* Don't render an empty string when a tag's value is 0.Eric Naeseth2010-02-091-0/+5
* Adding support for Unicode and non-ASCII-encoded bytestring output.Eric Naeseth2010-02-091-0/+8
* Bugfix: Methods returning False or None are not renderedChris Wanstrath2009-11-271-0/+5
* Tests can be run by executing the test file directlyChris Wanstrath2009-11-131-0/+3
* Ensure we're dealing with strings, alwaysChris Wanstrath2009-11-131-0/+9
* kwargify pystache.render()Chris Wanstrath2009-10-301-0/+4
* Pystash class with static method seems redundant,dbr2009-10-311-8/+8
* sections work!Chris Wanstrath2009-10-291-6/+6
* basic true / false sectionsChris Wanstrath2009-10-291-4/+26
* more tests, more codeChris Wanstrath2009-10-291-1/+14
* simple, but tests passChris Wanstrath2009-10-281-0/+14