summaryrefslogtreecommitdiff
path: root/pystache/tests/main.py
Commit message (Expand)AuthorAgeFilesLines
* Allow tox to run from a downloaded sdist (i.e. without spec tests).Chris Jerdonek2012-11-031-16/+21
* Prevent test_pystache.py from expecting spec tests if spec test directory not...Chris Jerdonek2012-10-201-2/+9
* Add make_extra_tests() function.Chris Jerdonek2012-05-191-14/+20
* Simplify pystache.tests.main by using a closure instead of a class attribute.Chris Jerdonek2012-05-141-33/+50
* Added back using nose to test a subset of tests.Chris Jerdonek2012-04-281-1/+3
* Test scripts now work with and without source.Chris Jerdonek2012-04-241-10/+31
* Fixed an issue whereby setup.py was not importable when running tox.Chris Jerdonek2012-04-231-2/+12
* Changes in preparation for 0.5.1.Chris Jerdonek2012-04-231-1/+17
* Test script now works with Python 2.4; tox now works with Python 2.4 to 3.2.Chris Jerdonek2012-04-231-3/+2
* Moved some of the test-discovery logic into tests/common.pyChris Jerdonek2012-04-231-71/+11
* Moved test_mustachespec.py to spectesting.py since it no longer contains unit...Chris Jerdonek2012-04-211-2/+1
* The pystache-tests script now accepts a spec test directory argument.Chris Jerdonek2012-04-211-2/+9
* Refactored pystache/tests/test_mustachespec.py to expose get_spec_tests().Chris Jerdonek2012-04-211-4/+12
* Renamed get_module_doctests() to get_doctests().Chris Jerdonek2012-04-211-2/+2
* The project directory can now be passed to pystache-test (for doctest purposes).Chris Jerdonek2012-04-211-2/+11
* Added extra lineChris Jerdonek2012-04-201-0/+1
* Adjusted comments in pystache/tests/main.py.Chris Jerdonek2012-04-201-18/+10
* Replaced the TestHarness class with a run_tests() function.Chris Jerdonek2012-04-201-32/+25
* Removed test_doctests.py (and use of the load_tests protocol).Chris Jerdonek2012-04-201-9/+10
* Stubbed out _PystacheTestProgram.runTests().Chris Jerdonek2012-04-201-3/+11
* Finished refactoring pystache/tests/main.py prior to add doctest support, etc.Chris Jerdonek2012-04-201-17/+22
* Started refactoring pystache/tests/main.py and stubbed out _PystacheTestProgram.Chris Jerdonek2012-04-201-48/+63
* Added TODO notes to pystache/tests/main.py.Chris Jerdonek2012-04-201-0/+15
* Added a TODO to pystache/tests/main.py.Chris Jerdonek2012-04-161-0/+1
* Added a Tester class to do test discovery without using nose.Chris Jerdonek2012-04-161-0/+113