dry run now for output, rate sources works

This commit is contained in:
Pablo Martin 2024-06-12 17:59:34 +02:00
parent 15e8b8e513
commit e3ec041922
2 changed files with 18 additions and 23 deletions

View file

@ -37,9 +37,11 @@ def test_get_rates_for_hardcoded_case_returns_expected_output():
"--start-date",
"2024-01-01",
"--end-date",
"2024-01-03",
"2024-01-02",
"--currencies",
"USD,GBP,EUR",
"USD,GBP",
"--rates-source",
"xe",
"--output",
"test_output.csv",
],
@ -88,7 +90,6 @@ def test_get_rates_dry_run_always_returns_42_as_rates():
",".join(some_random_currencies),
"--output",
"test_output.csv",
"--dry-run",
],
)