1
0
mirror of https://github.com/bspeice/metrik synced 2024-09-27 21:21:32 -04:00
metrik/test/tasks/test_cboe.py

10 lines
249 B
Python
Raw Normal View History

2016-11-24 13:34:37 -05:00
from unittest import TestCase
from metrik.tasks.cboe import CboeOptionableList
class CboeTest(TestCase):
def test_optionable_list(self):
companies = CboeOptionableList.retrieve_data()['companies']
2016-11-24 14:26:13 -05:00
assert len(companies) > 2000