test_code: improve coverage

This commit is contained in:
Daniel Hahler 2020-01-29 02:54:12 +01:00
parent a3f482ceba
commit 3f4b8d3aec
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class TestReprFuncArgs:
def test_getfslineno() -> None:
def f(x) -> None:
pass
raise NotImplementedError()
fspath, lineno = getfslineno(f)