Ejemplo n.º 1
0
    def test_account(self):
        from pyEX import Client

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