Exemplo n.º 1
0
 def do_gw_supported(self, arg):
     """
     Print list of currently supported gateways
     """
     arg = arg
     self.pp.pprint(GatewayFactory.get_supported_refs())
Exemplo n.º 2
0
 def test_get_supported(self):
     assert_true("088328" in GatewayFactory.get_supported_refs())