Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
naming
  • Loading branch information
erlend-aasland committed Jul 3, 2023
commit 2414e65c757d1018d865eee7d0cc62ab7e2c7f89
2 changes: 1 addition & 1 deletion Lib/test/test_clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ def test_single_star(self):
""")
self.assertIn("Function bar uses '*' more than once.", out)

def test_parameters_required_after_star_without_initial_parameters_or_docstring(self):
def test_parameters_required_after_star(self):
dataset = (
"module foo\nfoo.bar\n *",
"module foo\nfoo.bar\n *\nDocstring here.",
Expand Down