Switch all `test_feeds.py` parametrized fqmes from legacy `<pair>.<broker>` to the current `<pair>.<venue>.<broker>` schema (e.g. `btcusdt.spot.binance`). Deats, - update binance fqmes: `btcusdt.binance` -> `btcusdt.spot.binance`, same for `ethusdt`. - update kraken fqmes: `ethusdt.kraken` -> `ethusdt.spot.kraken`, `xbtusd.kraken` -> `xbtusd.spot.kraken`. - update cross-broker set similarly. - comment out old fqmes with `!TODO` to later validate raising on bad/legacy formats. Also, - reformat `if ci_env and not run_in_ci` to multiline style. - reformat `pytest.skip()` msg to multiline. - add `?TODO` for symbology helper fn. - drop stray `await tractor.pause()` in `conftest.py`. (this commit msg was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code |
||
|---|---|---|
| .. | ||
| _inputs | ||
| conftest.py | ||
| test_accounting.py | ||
| test_cli.py | ||
| test_docker_services.py | ||
| test_dpi_font.py | ||
| test_ems.py | ||
| test_feeds.py | ||
| test_questrade.py | ||
| test_services.py | ||
| test_watchlists.py | ||