aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2013-07-13Fixes #4. Sections missing a reference are now ignored.Sean Brant
2013-07-13Closes #5. Now opens files using utf-8.Sean Brant
2013-07-13Fixes issues with Django trunkSean Brant
Use the built in json module instead of django's simple json bumps versions in tox
2013-03-14Adds optional syntax to example blocksSean Brant
This is helpful when you need to add a modifier call to template that might not otherwise have a class. Instead of displaying class="" you can wrap wrap the class []? which will strip it out of the section example but leave it in the modifier examples. <a href="#"[ class="$modifier_class]?>Link</a>
2013-03-14fixes testsSean Brant
2013-03-14Fixes indenting issuesSean Brant
2013-03-13Adds support for adding examples inside commentsSean Brant
2013-03-11Fixes modifier classes inside styleguideblocksSean Brant
2013-03-10django 1.4 fixSean Brant
2013-03-10normalizes the casing on StyleguideSean Brant
2013-03-10Adds django view testsSean Brant
2013-03-10Adds tests for django template tagSean Brant
2013-03-09Initial ImportSean Brant