summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-25 05:12:47 -0500
committerChris McDonough <chrism@plope.com>2011-01-25 05:12:47 -0500
commit2fe4807c23fe7f9db0b1cd3d4137c591c844b4b6 (patch)
treefbb582140a72c301ba8dc0249309b08304a21f28
parentbac455263145b1b112d7627205f4c8aa85601cb7 (diff)
downloadpyramid-2fe4807c23fe7f9db0b1cd3d4137c591c844b4b6.tar.gz
pyramid-2fe4807c23fe7f9db0b1cd3d4137c591c844b4b6.tar.bz2
pyramid-2fe4807c23fe7f9db0b1cd3d4137c591c844b4b6.zip
also run tests
-rw-r--r--template_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/template_tests.py b/template_tests.py
index 6860a8bcb..a6fba2639 100644
--- a/template_tests.py
+++ b/template_tests.py
@@ -34,6 +34,7 @@ class TemplateTest(object):
os.chdir('Dingle')
py = os.path.join(self.directory, 'bin', 'python')
subprocess.check_call([py, 'setup.py', 'install'])
+ subprocess.check_call([py, 'setup.py', 'test'])
paster = os.path.join(self.directory, 'bin', 'paster')
proc = subprocess.Popen([paster, 'serve', 'development.ini'])
try: