Пример #1
0
 def test_setup_exception(self):
   cwd = os.getcwd()
   with self.assertRaises(Exception):
     games.setup_engine('foo', cwd, 'foo', 'https://foo', 1)
Пример #2
0
 def test_setup_exception(self):
     cwd = os.getcwd()
     with self.assertRaises(Exception):
         games.setup_engine("foo", cwd, cwd, "https://foo", "foo",
                            "https://foo", 1)