- 26 Dec, 2011 8 commits
-
-
Created a Reader class to encapsulate reading files with the encoding and decode_errors attributes.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
The spec tests are now excluded from nosetests, by default. Added instructions to the README on how to include them.
Chris Jerdonek committed -
Chris Jerdonek committed
-
- 25 Dec, 2011 13 commits
-
-
This brings the spec tests into the nosetest/unittest run.
Chris Jerdonek committed -
Currently, `nosetests --with-doctest` (which includes mustache spec tests) is at the following: ---------------------------------------------------------------------- Ran 234 tests in 0.407s FAILED (errors=3, failures=27) All errors/failures are with spec tests.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Adds spec tests.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Double quotes are now escaped, by default (when markupsafe is not available).
Chris Jerdonek committed -
Chris Jerdonek committed
-
This commit removes markupsafe details from the RenderEngine class.
Chris Jerdonek committed -
Merry Christmas! :)
Chris Jerdonek committed
-
- 24 Dec, 2011 15 commits
-
-
Added a unit test and doctest.
Chris Jerdonek committed -
We added a case to check that callable return values of __getitem__ are not called. There is already a test that callable attributes are called: test_object__attribute_is_callable().
Chris Jerdonek committed -
Chris Jerdonek committed
-
Added a test case for (non-list) "non-false value".
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
The Renderer class's default loader now inherits the decode_errors attribute for the instance.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
The Renderer class now accepts a loader implementing get() (e.g. a dictionary or Loader instance) rather than a load_template function.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 23 Dec, 2011 4 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-