def test_setup_exception(self): cwd = os.getcwd() with self.assertRaises(Exception): games.setup_engine('foo', cwd, 'foo', 'https://foo', 1)
def test_setup_exception(self): cwd = os.getcwd() with self.assertRaises(Exception): games.setup_engine("foo", cwd, cwd, "https://foo", "foo", "https://foo", 1)