Add conftest
parent
f9d9d7c1ba
commit
6bef365fd4
|
@ -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']
|
Loading…
Reference in New Issue