Skip to content

Commit

Permalink
refactor(test): make a helper more error-proof
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Mar 15, 2024
1 parent fb36364 commit 6a269a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/coveragetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def check_coverage(
def make_data_file(
self,
basename: str | None = None,
*,
suffix: str | None = None,
lines: Mapping[str, Collection[TLineNo]] | None = None,
arcs: Mapping[str, Collection[TArc]] | None = None,
Expand Down

0 comments on commit 6a269a6

Please sign in to comment.