# -*- coding: utf-8 -*- #!/usr/bin/env python from .base import TestCase class CoreTestCase(TestCase): def test_get_alipay_auth_bridge_by_agent(self): pass def test_get_alipay_auth_bridge_by_dealer(self): pass def test_get_alipay_auth_bridge_by_device(self): pass