test_core.py 318 B

123456789101112131415
  1. # -*- coding: utf-8 -*-
  2. #!/usr/bin/env python
  3. from .base import TestCase
  4. class CoreTestCase(TestCase):
  5. def test_get_alipay_auth_bridge_by_agent(self):
  6. pass
  7. def test_get_alipay_auth_bridge_by_dealer(self):
  8. pass
  9. def test_get_alipay_auth_bridge_by_device(self):
  10. pass