File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,6 @@ def test_callfunc_lineno(self) -> None:
93
93
self .assertEqual (arg .fromlineno , 10 + i )
94
94
self .assertEqual (arg .tolineno , 10 + i )
95
95
96
- @pytest .mark .skip (
97
- "FIXME http://bugs.python.org/issue10445 (no line number on function args)"
98
- )
99
96
def test_function_lineno (self ) -> None :
100
97
stmts = self .astroid .body
101
98
# on line 15:
Original file line number Diff line number Diff line change @@ -847,9 +847,6 @@ def test_as_string(self) -> None:
847
847
848
848
849
849
class ArgumentsNodeTC (unittest .TestCase ):
850
- @pytest .mark .skip (
851
- "FIXME http://bugs.python.org/issue10445 (no line number on function args)"
852
- )
853
850
def test_linenumbering (self ) -> None :
854
851
ast = builder .parse (
855
852
"""
You can’t perform that action at this time.
0 commit comments