Skip to content

Commit 5e1a1b7

Browse files
Remove some test skips (#1554)
1 parent 5aa0f51 commit 5e1a1b7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/unittest_builder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ def test_callfunc_lineno(self) -> None:
9393
self.assertEqual(arg.fromlineno, 10 + i)
9494
self.assertEqual(arg.tolineno, 10 + i)
9595

96-
@pytest.mark.skip(
97-
"FIXME http://bugs.python.org/issue10445 (no line number on function args)"
98-
)
9996
def test_function_lineno(self) -> None:
10097
stmts = self.astroid.body
10198
# on line 15:

tests/unittest_nodes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -847,9 +847,6 @@ def test_as_string(self) -> None:
847847

848848

849849
class ArgumentsNodeTC(unittest.TestCase):
850-
@pytest.mark.skip(
851-
"FIXME http://bugs.python.org/issue10445 (no line number on function args)"
852-
)
853850
def test_linenumbering(self) -> None:
854851
ast = builder.parse(
855852
"""

0 commit comments

Comments
 (0)