예제 #1
0
파일: test_account.py 프로젝트: tmcmh/pyEX
    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()