aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-10-24 15:01:16 +0200
committerGitHub <noreply@github.com>2021-10-24 15:01:16 +0200
commit0b084c95ccfcd21bee498f392816cdf065cfe682 (patch)
tree98c0600b251b28f208def4f0cadbf7ae3627c450
parent7c5f8e2c5674dbb7455e40690b7c9df567c400b6 (diff)
downloadastroid-0b084c95ccfcd21bee498f392816cdf065cfe682.tar.gz
Move skip in `ArgumentsNodeTC` to correct function (#1222)
* Move skip in `ArgumentsNodeTC` to correct function
-rw-r--r--tests/unittest_nodes.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unittest_nodes.py b/tests/unittest_nodes.py
index 81c8379f..05c8b4ad 100644
--- a/tests/unittest_nodes.py
+++ b/tests/unittest_nodes.py
@@ -733,10 +733,10 @@ class AnnAssignNodeTest(unittest.TestCase):
self.assertEqual(ast.as_string().strip(), code.strip())
-@pytest.mark.skip(
- "FIXME http://bugs.python.org/issue10445 (no line number on function args)"
-)
class ArgumentsNodeTC(unittest.TestCase):
+ @pytest.mark.skip(
+ "FIXME http://bugs.python.org/issue10445 (no line number on function args)"
+ )
def test_linenumbering(self) -> None:
ast = builder.parse(
"""