Skip to content

Commit

Permalink
test: fix stale reference to autotext
Browse files Browse the repository at this point in the history
"autotext" was renamed to "autosection", but one "autotext" slipped
through.
  • Loading branch information
jnikula committed Jul 29, 2023
1 parent 0287741 commit 953c294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _filter_names(directive):
return directive.arguments

def _filter_members(directive):
if directive.directive in ['autodoc', 'autotext', 'autovar', 'autotype',
if directive.directive in ['autodoc', 'autosection', 'autovar', 'autotype',
'automacro', 'autofunction']:
return None

Expand Down

0 comments on commit 953c294

Please sign in to comment.