Skip to content

Commit

Permalink
Update tests/test_cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Alonso Álvarez <[email protected]>
  • Loading branch information
barneydobson and dalonsoa authored Oct 25, 2024
1 parent 9df075a commit bbf43de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
from swmmanywhere.logging import logger


def test_swmmanywhere_cli():
def test_swmmanywhere_cli(tmp_path):
"""Test that the CLI can successfully run with an actual configuration."""
with tempfile.TemporaryDirectory() as tempdir:
base_dir = Path(tempdir)

# Define minimum viable config
config = {
Expand Down

0 comments on commit bbf43de

Please sign in to comment.