Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
akiFQC committed Nov 22, 2024
1 parent de65799 commit 2bd068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ def test_main_cli():
# fmt: on
result = subprocess.run(command)
assert result.returncode == 0

assert (Path(f) / "jmteb_config.json").exists()
assert (Path(f) / "summary.json").exists()

0 comments on commit 2bd068c

Please sign in to comment.