def test_startCorrectly(self):
     config.create(self.path)
     self.assertEqual(launcher.start(self.path, _test=True), 0)
示例#2
0
 def test_create(self):
     config.create(self.path)
     self.assert_(os.path.isfile(os.path.join(self.path, "readerd.tac")))