Exemplo n.º 1
0
 def test_base_action(self):
     action = Action()
     action.read_config_from_file()
     res = action.get_url('kattis', 'hostname')
     self.assertEqual(res, 'https://open.kattis.com/hostname')