summaryrefslogtreecommitdiff
path: root/pystache/tests/common.py
Commit message (Expand)AuthorAgeFilesLines
* Allow tox to run from a downloaded sdist (i.e. without spec tests).Chris Jerdonek2012-11-031-1/+4
* Address issue #122: add Renderer.render_name().Chris Jerdonek2012-10-161-3/+5
* Completed `python setup.py prep` command to generate .rst from .md.Chris Jerdonek2012-05-061-1/+1
* Addressed issue #115: "Match spec expectation for partials not found"Chris Jerdonek2012-05-031-0/+14
* Merge remote-tracking branch 'rbp/development' into issue-99-dot-notation:Chris Jerdonek2012-05-021-0/+25
|\
| * Moving Attachable helper class into the correct moduleRodrigo Bernardo Pimentel2012-04-291-0/+19
|/
* Test script now works with Python 2.4; tox now works with Python 2.4 to 3.2.Chris Jerdonek2012-04-231-2/+12
* Moved some of the test-discovery logic into tests/common.pyChris Jerdonek2012-04-231-0/+66
* Updated a comment in tests/common.py.Chris Jerdonek2012-04-211-2/+1
* Renamed SOURCE_DIR to PACKAGE_DIR.Chris Jerdonek2012-04-201-3/+6
* Moved code from load_tests() to new doctesting module.Chris Jerdonek2012-04-201-0/+1
* Some updates to the test code for moving the examples folder.Chris Jerdonek2012-04-151-2/+1
* All unit tests except for spec tests now work in both Python 2/3.Chris Jerdonek2012-04-081-0/+25
* Made 6 more tests pass in Python 3 (and simultaneously, Python 2)..Chris Jerdonek2012-04-081-0/+5
* Exposed an html_escape function in tests.common for consistent Python 2/3 tes...Chris Jerdonek2012-04-081-0/+14
* Python 3 support: switched assertEquals() to assertEqual().Chris Jerdonek2012-04-081-2/+2
* Doctests now included when running `python setup.py test`.Chris Jerdonek2012-04-071-1/+2
* Added the README doctests to `python setup.py test`.Chris Jerdonek2012-04-071-1/+2
* Tests now working after making tests directory a sub-package.Chris Jerdonek2012-04-071-1/+5
* Moved tests to pystache/tests (intermediate step: tests not working yet).Chris Jerdonek2012-04-071-0/+65