Correct coveragerc exclude_lines

This commit is contained in:
Salad Dais
2023-12-18 07:27:35 +00:00
parent 159f39227a
commit 631fe91049

View File

@@ -9,4 +9,4 @@ exclude_lines =
def __repr__ def __repr__
raise AssertionError raise AssertionError
assert False assert False
pass ^\s*pass\b