1
0
mirror of https://github.com/bspeice/metrik synced 2024-11-05 06:58:12 -05:00
metrik/test/tasks/test_cboe.py
2016-11-24 14:26:13 -05:00

10 lines
249 B
Python

from unittest import TestCase
from metrik.tasks.cboe import CboeOptionableList
class CboeTest(TestCase):
def test_optionable_list(self):
companies = CboeOptionableList.retrieve_data()['companies']
assert len(companies) > 2000