mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-07-28 20:57:43 +00:00
6 lines
162 B
Python
6 lines
162 B
Python
|
|
def test_config(config, capsys):
|
|
print(config.filename, config.root, config.mode, config.config_file)
|
|
assert 6 == 6
|
|
assert config.mode == "backtest"
|