Chris McDonough
2012-03-17 4a69a9e4557f4548737d1c135bd844c0f88b53f3
change populate to initialize
1 files modified
2 ■■■ changed files
pyramid/scaffolds/tests.py 2 ●●● patch | view | raw | blame | history
pyramid/scaffolds/tests.py
@@ -41,7 +41,7 @@
            subprocess.check_call([py, 'setup.py', 'install'])
            if tmpl_name == 'alchemy':
                populate = os.path.join(self.directory, 'bin',
                                        'populate_Dingle')
                                        'initialize_Dingle_db')
                subprocess.check_call([populate, 'development.ini'])
            subprocess.check_call([py, 'setup.py', 'test'])
            pserve = os.path.join(self.directory, 'bin', 'pserve')