test_cli.py and test_questrade.py obviously rely on questrade backend symbol sets and api keys.
not sure if we want to [go down that road again[(https://github.com/pikers/piker/issues/6) of trying to run stuff under a test account.
I proposed first moving the test_cli.py set to crypto backends which have public endpionts (binance, kraken, kucoin).
Likely as suit exchanges (stocks) realize that noone is gonna be trading their stuff if they don't offer free data, they'll have to offer some public endpoints that aren't utter trash as well.
I also want to get a base set of backend data.feed and symbol search tests going.
Likely will follow up shortly with a detailed todo set.
test_cli.py
andtest_questrade.py
obviously rely on questrade backend symbol sets and api keys. not sure if we want to [go down that road again[(https://github.com/pikers/piker/issues/6) of trying to run stuff under a test account.I proposed first moving the
test_cli.py
set to crypto backends which have public endpionts (binance, kraken, kucoin). Likely as suit exchanges (stocks) realize that noone is gonna be trading their stuff if they don't offer free data, they'll have to offer some public endpoints that aren't utter trash as well.I also want to get a base set of backend
data.feed
and symbol search tests going. Likely will follow up shortly with a detailed todo set.