You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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//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.
The text was updated successfully, but these errors were encountered:
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//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.
The text was updated successfully, but these errors were encountered: