Skip to content

Commit

Permalink
Adjust test again
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Dec 13, 2024
1 parent 78f73b9 commit bf7045f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ def test_search(query:str, expected:List[str], order_is_important:bool=True) ->
'pydoctor.epydoc.markup._types.ParsedTypeDocstring.to_node',
'pydoctor.epydoc.markup.restructuredtext.ParsedRstDocstring.to_node',
'pydoctor.epydoc.markup.epytext.ParsedEpytextDocstring.to_node',
'pydoctor.epydoc2stan.ParsedStanOnly.to_node',
'pydoctor.epydoc.markup._ParsedDocstringTree.to_node',
'pydoctor.epydoc.markup._ParsedDocstringWithTag.to_node',
]
test_search('to_node*', to_node_results, order_is_important=False)
test_search('to_node', to_node_results, order_is_important=False)
Expand Down

0 comments on commit bf7045f

Please sign in to comment.