- 29 Dec, 2011 5 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Now the class no longer has an indirect dependency on the Reader class.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
- 28 Dec, 2011 12 commits
-
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
This further trims down the View class.
Chris Jerdonek committed -
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
Chris Jerdonek committed
-
This branch contained some refactoring to move some of the View class's loading logic into the Renderer class. This will help going forward as we change the Loader class.
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
-