示例#1
0
    def test_account(self):
        from pyEX import Client

        c = Client("sktest")
        with patch("pyEX.account._getJson"):
            c.account()
            c.metadata()
示例#2
0
 def test_account(self):
     from pyEX import Client
     c = Client('test')
     with patch('pyEX.client._getJson'):
         c.account()
示例#3
0
 def test_account(self):
     from pyEX import Client
     c = Client('sktest')
     with patch('pyEX.account._getJson'):
         c.account()
         c.metadata()