Skip to content

Commit df96e98

Browse files
🎨 Auto format
1 parent da3ee72 commit df96e98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ class Hero(SQLModel, table=True):
221221

222222
def test_coverage_run_reports_failure_on_bad_module(cov_tmp_path: Path) -> None:
223223
from tests.conftest import coverage_run
224+
224225
result = coverage_run(module="nonexistent_module_xyz", cwd=cov_tmp_path)
225226
assert result.returncode != 0
226227
assert isinstance(result.stdout, str)

0 commit comments

Comments
 (0)