remove bad cli test cause it triggers run to api
This commit is contained in:
parent
41eae45f68
commit
2701a08cdd
1 changed files with 0 additions and 6 deletions
|
|
@ -25,12 +25,6 @@ def test_get_rates_reads_input_correctly():
|
||||||
assert run_result.exit_code == 0
|
assert run_result.exit_code == 0
|
||||||
|
|
||||||
|
|
||||||
def test_get_rates_works_with_defaults():
|
|
||||||
runner = CliRunner()
|
|
||||||
result = runner.invoke(get_rates, ["--output", "test_output.csv"])
|
|
||||||
assert result.exit_code == 0
|
|
||||||
|
|
||||||
|
|
||||||
def test_get_rates_breaks_without_output():
|
def test_get_rates_breaks_without_output():
|
||||||
runner = CliRunner()
|
runner = CliRunner()
|
||||||
result = runner.invoke(get_rates)
|
result = runner.invoke(get_rates)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue