use isolated filesystem for test
This commit is contained in:
parent
65a33aedf0
commit
67cc40b0d3
1 changed files with 15 additions and 14 deletions
|
|
@ -7,6 +7,7 @@ def test_get_rates_reads_input_correctly():
|
|||
|
||||
runner = CliRunner()
|
||||
|
||||
with runner.isolated_filesystem():
|
||||
run_result = runner.invoke(
|
||||
get_rates,
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue