Skip to content

Commit

Permalink
make test a teeny bit DRYer
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Dec 3, 2024
1 parent e3339b6 commit 6477c32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions thermalnetwork/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ def test_cli(self):
assert res.exit_code == 0

# If this file exists, the cli command ran successfully
assert (
self.test_outputs_path / "cli_test" / "8c369df2-18e9-439a-8c25-875851c5aaf0" / "SimulationSummary.json"
).exists()
assert (output_path / "8c369df2-18e9-439a-8c25-875851c5aaf0" / "SimulationSummary.json").exists()

expected_outputs = {"8c369df2-18e9-439a-8c25-875851c5aaf0": {"num_bh": 75, "depth": 106.6}}

Expand Down

0 comments on commit 6477c32

Please sign in to comment.