- 28 Dec, 2011 5 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
This will help with future refactoring and code maintenance by not having the same logic duplicated in more than one part of the code. It also takes more responsibility away from the View class, which is what we want.
Chris Jerdonek committed -
Chris Jerdonek committed
-
- 27 Dec, 2011 2 commits
-
-
Chris Jerdonek committed
-
This commit also adds a Renderer.read() method and a file_encoding keyword argument to Renderer.__init__().
Chris Jerdonek committed
-
- 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 12 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
-