diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 00000000..e55cffbf --- /dev/null +++ b/tests/conftest.py @@ -0,0 +1,16 @@ +import pytest + + +@pytest.fixture +def us_symbols(): + return ['TSLA', 'AAPL', 'CGC', 'CRON'] + + +@pytest.fixture +def tmx_symbols(): + return ['APHA.TO', 'WEED.TO', 'ACB.TO'] + + +@pytest.fixture +def cse_symbols(): + return ['TRUL.CN', 'CWEB.CN', 'SNN.CN']