Skip to content

Commit

Permalink
tests: add type assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jul 28, 2024
1 parent 13d3190 commit fe37f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_makejinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def __repr__(self) -> str:

@pytest.fixture(scope="session")
def exec(tmp_path_factory: pytest.TempPathFactory) -> Paths:
assert __package__ is not None
data_path = Path(__package__, "data")
input_path = data_path / "input"
baseline_path = data_path / "output"
Expand Down

0 comments on commit fe37f04

Please sign in to comment.