summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test scripts now work with and without source.Chris Jerdonek2012-04-245-15/+57
|
* Fixed an issue whereby setup.py was not importable when running tox.Chris Jerdonek2012-04-232-5/+15
|
* Addressed issue #111: "Documentation needed: how to specify a template path?"Chris Jerdonek2012-04-231-1/+10
|
* Added PyYAML install instructions.Chris Jerdonek2012-04-231-1/+3
|
* README tweaks.Chris Jerdonek2012-04-231-6/+7
|
* Changes in preparation for 0.5.1.Chris Jerdonek2012-04-237-28/+57
|
* Removed a TODO that has already been addressed.Chris Jerdonek2012-04-231-1/+1
|
* Added unit tests for pystache/__init__.py.Chris Jerdonek2012-04-234-10/+42
|
* Improved comments in .gitignore.Chris Jerdonek2012-04-231-2/+4
|
* README tweak.Chris Jerdonek2012-04-231-3/+3
|
* README formatting fix.Chris Jerdonek2012-04-231-1/+1
|
* Merge branch 'add-test-command' into 'development':Chris Jerdonek2012-04-2367-372/+817
|\ | | | | | | | | Tox now works with Python 2.4 through 3.2 and includes doctests and spec tests in all environments.
| * Updated README re: testing.Chris Jerdonek2012-04-231-5/+5
| |
| * Test script now works with Python 2.4; tox now works with Python 2.4 to 3.2.Chris Jerdonek2012-04-238-38/+37
| | | | | | | | Doctest discovery no longer depends on pkgutil.walk_packages().
| * Added docstrings to all modules to avoid doctest bug 14649: ↵Chris Jerdonek2012-04-2318-0/+105
| | | | | | | | http://bugs.python.org/issue14649
| * Moved some of the test-discovery logic into tests/common.pyChris Jerdonek2012-04-232-71/+77
| |
| * Added to HISTORY that test harness no longer requires nose.Chris Jerdonek2012-04-221-2/+3
| |
| * Another REAMDE update re: testing under Python 3.x.Chris Jerdonek2012-04-221-20/+5
| |
| * Updated README to reflect new testing procedures.Chris Jerdonek2012-04-221-8/+13
| |
| * Added test_pystache.py for Python 2.4.Chris Jerdonek2012-04-211-0/+21
| |
| * Added a note to the README re: installing an older version of simplejson.Chris Jerdonek2012-04-211-0/+4
| |
| * Only pull in 2to3-related modules when running Python 3.x.Chris Jerdonek2012-04-211-4/+7
| |
| * The test script now converts text doctest files to Python 3 when needed.Chris Jerdonek2012-04-212-3/+43
| |
| * Removed from setup.py's package_data some unnecessary files.Chris Jerdonek2012-04-211-8/+0
| |
| * Fixed a bug that affected the processing of ~lambdas.json (but not YAML).Chris Jerdonek2012-04-211-13/+28
| |
| * Moved test_mustachespec.py to spectesting.py since it no longer contains ↵Chris Jerdonek2012-04-212-2/+1
| | | | | | | | unit tests.
| * The pystache-tests script now accepts a spec test directory argument.Chris Jerdonek2012-04-213-6/+19
| |
| * Refactored pystache/tests/test_mustachespec.py to expose get_spec_tests().Chris Jerdonek2012-04-212-80/+134
| |
| * Renamed get_module_doctests() to get_doctests().Chris Jerdonek2012-04-212-5/+10
| |
| * The project directory can now be passed to pystache-test (for doctest purposes).Chris Jerdonek2012-04-212-8/+15
| |
| * Simplified tox.ini after eliminating use of nose.Chris Jerdonek2012-04-211-23/+3
| |
| * Included some missing files in setup.py.Chris Jerdonek2012-04-211-1/+3
| |
| * Updated a comment in tests/common.py.Chris Jerdonek2012-04-211-2/+1
| |
| * Added some testing-related TODO's.Chris Jerdonek2012-04-211-0/+3
| |
| * Deleted a trailing space.Chris Jerdonek2012-04-211-1/+1
| |
| * Added extra lineChris Jerdonek2012-04-201-0/+1
| |
| * Added a hack to get around Python bug #7559: http://bugs.python.org/issue7559Chris Jerdonek2012-04-202-2/+20
| |
| * 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-202-35/+27
| |
| * Removed test_doctests.py (and use of the load_tests protocol).Chris Jerdonek2012-04-203-48/+13
| |
| * Renamed SOURCE_DIR to PACKAGE_DIR.Chris Jerdonek2012-04-203-17/+12
| |
| * Moved code from load_tests() to new doctesting module.Chris Jerdonek2012-04-203-60/+82
| |
| * 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
| |
| * Updated pystache/commands/test.py to use the new test-discovery code.Chris Jerdonek2012-04-161-11/+5
| |
| * Added a TODO to pystache/tests/main.py.Chris Jerdonek2012-04-161-0/+1
| |
| * Updated PACKAGES in setup.py to reflect the examples/ move.Chris Jerdonek2012-04-161-1/+0
| |
| * Added a TODO to pystache/context.py to use EAFP instead of a global variable.Chris Jerdonek2012-04-161-0/+4
| |