This commit is contained in:
Ichinga Samuel
2024-11-23 10:23:01 +01:00
parent 9d9c02fcfd
commit f8c4c6e9a7
19 changed files with 279 additions and 209 deletions
+5
View File
@@ -0,0 +1,5 @@
def test_config(config, capsys):
print(config.filename, config.root, config.mode, config.config_file)
assert 6 == 6
assert config.mode == "backtest"