2023-07-18 00:02:52 +00:00
|
|
|
from pathlib import Path
|
|
|
|
|
|
|
|
from piker import config
|
|
|
|
|
|
|
|
|
2023-07-19 19:09:32 +00:00
|
|
|
def test_root_conf_networking_section():
|
2023-07-18 00:02:52 +00:00
|
|
|
# load account names from ``brokers.toml``
|
|
|
|
accounts_def = config.load_accounts(
|
2023-07-19 19:09:32 +00:00
|
|
|
providers=['binance'],
|
|
|
|
)
|