Skip to content

Commit

Permalink
Update test_fre_cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaflott authored Aug 7, 2024
1 parent afbba4e commit fc9b71f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions fre/tests/test_fre_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ def test_cli_fre_catalog():
result = runner.invoke(fre.fre, args=["catalog"])
assert result.exit_code == 0

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

def test_cli_fre_catalog_builder():
result = runner.invoke(fre.fre, args=["catalog", "builder", "/archive/FIRST.LAST/fre/FMS2023.04_om5_20240410/ESM4.2JpiC_om5b04r1/gfdl.ncrc5-intel23-prod-openmp/pp"])
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():
Expand Down

0 comments on commit fc9b71f

Please sign in to comment.