test_code: improve coverage
This commit is contained in:
parent
a3f482ceba
commit
3f4b8d3aec
|
@ -187,7 +187,7 @@ class TestReprFuncArgs:
|
||||||
|
|
||||||
def test_getfslineno() -> None:
|
def test_getfslineno() -> None:
|
||||||
def f(x) -> None:
|
def f(x) -> None:
|
||||||
pass
|
raise NotImplementedError()
|
||||||
|
|
||||||
fspath, lineno = getfslineno(f)
|
fspath, lineno = getfslineno(f)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue