Chris McDonough
2011-01-25 2fe4807c23fe7f9db0b1cd3d4137c591c844b4b6
also run tests
1 files modified
1 ■■■■ changed files
template_tests.py 1 ●●●● patch | view | raw | blame | history
template_tests.py
@@ -34,6 +34,7 @@
            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: