Commit 6e618797 by Chris Jerdonek

Moved test_mustachespec.py to spectesting.py since it no longer contains unit tests.

parent 150d4c45
...@@ -13,8 +13,7 @@ from unittest import TestProgram ...@@ -13,8 +13,7 @@ from unittest import TestProgram
from pystache.tests.common import PACKAGE_DIR, PROJECT_DIR, SPEC_TEST_DIR from pystache.tests.common import PACKAGE_DIR, PROJECT_DIR, SPEC_TEST_DIR
from pystache.tests.doctesting import get_doctests from pystache.tests.doctesting import get_doctests
# TODO: change this to pystache.tests.spectesting. from pystache.tests.spectesting import get_spec_tests
from pystache.tests.test_mustachespec import get_spec_tests
UNITTEST_FILE_PREFIX = "test_" UNITTEST_FILE_PREFIX = "test_"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment