Beispiel #1
0
 def setUpClass(cls):
     cls.aapl = Equity('AAPL')
     cls.options = OptionChain(cls.aapl)
Beispiel #2
0
 def setUpClass(cls):
     pytest.skip('Skip option tests due to broken yahoo api')
     cls.aapl = Equity('AAPL')
     cls.options = OptionChain(cls.aapl)