Skip to content

Commit

Permalink
Merge pull request #150 from NOAA-GFDL/this_test_should_fail
Browse files Browse the repository at this point in the history
Update test_fre_cli.py
  • Loading branch information
ceblanton authored Aug 8, 2024
2 parents 26a887f + fc9b71f commit 784ad8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fre/tests/test_fre_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def test_cli_fre_catalog():
result = runner.invoke(fre.fre, args=["catalog"])
assert result.exit_code == 0

def test_cli_fre_catalog_builder_help():
result = runner.invoke(fre.fre, args=["catalog", "builder", "--help"])
assert result.exit_code == 0

def test_cli_fre_catalog_help():
result = runner.invoke(fre.fre, args=['--help', "catalog"])
assert result.exit_code == 0
Expand Down

0 comments on commit 784ad8c

Please sign in to comment.