Skip to content

Commit

Permalink
also run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jan 25, 2011
1 parent bac4552 commit 2fe4807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template_tests.py
Expand Up @@ -34,6 +34,7 @@ def install(self, tmpl_name):
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:
Expand Down

0 comments on commit 2fe4807

Please sign in to comment.