Skip to content

Commit

Permalink
Update covdefaults_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 3, 2022
1 parent 3855e6e commit 6538607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/covdefaults_test.py
Expand Up @@ -167,7 +167,9 @@ def test_exclude_lines_does_not_include_defaults(configured):
' return NotImplemented\n',
' raise\n',
'if False:\n',
' if False:\n',
'if TYPE_CHECKING:\n',
' if TYPE_CHECKING:\n',
'def f(x: int) -> int: ...\n',
'def f(x: int) -> int:\n ...\n',
'def f(x: int) -> C: ...# noqa: F821\n',
Expand Down

0 comments on commit 6538607

Please sign in to comment.