summaryrefslogtreecommitdiff
path: root/pystache/commands
Commit message (Expand)AuthorAgeFilesLines
* Addressed issue #115: "Match spec expectation for partials not found"Chris Jerdonek2012-05-031-1/+2
* Added back using nose to test a subset of tests.Chris Jerdonek2012-04-281-1/+1
* Test script now works with Python 2.4; tox now works with Python 2.4 to 3.2.Chris Jerdonek2012-04-231-0/+4
* Added a hack to get around Python bug #7559: http://bugs.python.org/issue7559Chris Jerdonek2012-04-201-1/+10
* Replaced the TestHarness class with a run_tests() function.Chris Jerdonek2012-04-201-3/+2
* Removed test_doctests.py (and use of the load_tests protocol).Chris Jerdonek2012-04-201-4/+3
* Updated pystache/commands/test.py to use the new test-discovery code.Chris Jerdonek2012-04-161-11/+5
* Added a TODO to pystache/commands/test.py about nose's defaultTest keyword ar...Chris Jerdonek2012-04-151-0/+2
* Made the argument to pystache.command.render's main() function optional.Chris Jerdonek2012-04-141-2/+7
* Stubbed out a stand-alone script command.Chris Jerdonek2012-04-141-0/+24
* Moved commands.py into a commands sub-package.Chris Jerdonek2012-04-132-0/+80