summaryrefslogtreecommitdiff
path: root/pystache/tests
Commit message (Expand)AuthorAgeFilesLines
* Moved the default delimiters into pystache.defaults.Chris Jerdonek2012-05-051-1/+2
* Removed some redundant methods from RenderEngine.Chris Jerdonek2012-05-051-1/+2
* Improved byte-string handling in Python 3.Chris Jerdonek2012-05-041-9/+34
* Shared code between RenderEngine's _make_get_section() and _get_string_value().Chris Jerdonek2012-05-041-4/+12
* Fixed issue #118: "Handle lambda section values returning non-ascii, non-unic...Chris Jerdonek2012-05-041-0/+17
* Merge branch 'master' into developmentChris Jerdonek2012-05-042-5/+20
|\
| * Fixed unittest warnings with Python 3: assertEquals() is deprecated.Chris Jerdonek2012-05-041-5/+5
| * Fixed an issue with list section values mixing lambdas and non-lambdas.Chris Jerdonek2012-05-041-0/+15
* | Added missing_tags attribute validation.Chris Jerdonek2012-05-041-0/+13
* | Fixed a missing_tags unit test for Python 3.Chris Jerdonek2012-05-041-2/+12
* | Finished implementing strict mode for missing tags.Chris Jerdonek2012-05-042-31/+56
* | Added to Renderer class support for missing_tags (not finished yet).Chris Jerdonek2012-05-041-23/+39
* | RenderEngine constructor now accepts resolve_partial() instead of load_partia...Chris Jerdonek2012-05-042-33/+60
* | Context.get() now raises KeyNotFoundError instead of returning default value.Chris Jerdonek2012-05-041-13/+5
* | Getting "." from an empty context stack now raises a KeyNotFoundError.Chris Jerdonek2012-05-041-6/+23
* | Fixed part of issue #110: accessing from context a property raising an except...Chris Jerdonek2012-05-031-0/+20
|/
* Addressed issue #115: "Match spec expectation for partials not found"Chris Jerdonek2012-05-034-13/+44
* Merge remote-tracking branch 'rbp/development' into issue-99-dot-notation:Chris Jerdonek2012-05-023-8/+168
|\
| * Moving Attachable helper class into the correct moduleRodrigo Bernardo Pimentel2012-04-291-0/+19
| * Merge branch 'development' of https://github.com/defunkt/pystache into develo...Rodrigo Bernardo Pimentel2012-04-293-3/+93
* | Some clean-ups to the context module (docstring changes, added TODO's, etc).Chris Jerdonek2012-05-011-3/+3
* | Added a test case that dotted name resolution should make forward-only progress.Chris Jerdonek2012-04-291-0/+13
* | Added failing test case for issue #114.Chris Jerdonek2012-04-291-0/+16
|/
* Refactored spectesting.py: added _convert_children() function.Chris Jerdonek2012-04-291-8/+33
* Fixed issue #113: "Section lambdas mistakenly pushed onto context stack"Chris Jerdonek2012-04-291-0/+34
* Commented some of the section parsing code.Chris Jerdonek2012-04-281-2/+2
* Added back using nose to test a subset of tests.Chris Jerdonek2012-04-281-1/+3
* Stubbed out tests/test_parser.py.Chris Jerdonek2012-04-281-0/+26
* Add RenderEngine test cases for "falsey" context values.Chris Jerdonek2012-04-251-0/+21
* Renamed Context to ContextStack.Chris Jerdonek2012-04-252-37/+37
* Refactored by adding a resolve() function to context.py:Chris Jerdonek2012-04-241-1/+1
* Test scripts now work with and without source.Chris Jerdonek2012-04-241-10/+31
* Fixed an issue whereby setup.py was not importable when running tox.Chris Jerdonek2012-04-231-2/+12
* Changes in preparation for 0.5.1.Chris Jerdonek2012-04-232-3/+27
* Added unit tests for pystache/__init__.py.Chris Jerdonek2012-04-231-0/+36
* Test script now works with Python 2.4; tox now works with Python 2.4 to 3.2.Chris Jerdonek2012-04-237-38/+33
* Added docstrings to all modules to avoid doctest bug 14649: http://bugs.pytho...Chris Jerdonek2012-04-2317-0/+99
* Moved some of the test-discovery logic into tests/common.pyChris Jerdonek2012-04-232-71/+77
* Only pull in 2to3-related modules when running Python 3.x.Chris Jerdonek2012-04-211-4/+7
* The test script now converts text doctest files to Python 3 when needed.Chris Jerdonek2012-04-211-3/+42
* Fixed a bug that affected the processing of ~lambdas.json (but not YAML).Chris Jerdonek2012-04-211-13/+28
* Moved test_mustachespec.py to spectesting.py since it no longer contains unit...Chris Jerdonek2012-04-212-2/+1
* The pystache-tests script now accepts a spec test directory argument.Chris Jerdonek2012-04-212-5/+16
* Refactored pystache/tests/test_mustachespec.py to expose get_spec_tests().Chris Jerdonek2012-04-212-80/+134
* Renamed get_module_doctests() to get_doctests().Chris Jerdonek2012-04-212-5/+10
* The project directory can now be passed to pystache-test (for doctest purposes).Chris Jerdonek2012-04-212-8/+15
* Updated a comment in tests/common.py.Chris Jerdonek2012-04-211-2/+1
* Added extra lineChris Jerdonek2012-04-201-0/+1
* Added a hack to get around Python bug #7559: http://bugs.python.org/issue7559Chris Jerdonek2012-04-201-1/+10
* Adjusted comments in pystache/tests/main.py.Chris Jerdonek2012-04-201-18/+10