test: Remove function based directives

This commit is contained in:
Takeshi KOMIYA
2018-02-08 13:50:25 +09:00
parent acbf62fb6d
commit a9f370bc12
4 changed files with 0 additions and 11 deletions

View File

@@ -186,7 +186,6 @@ def test_html_warnings(app, warning):
(".//dd/p", r'Return spam\.'),
],
'extapi.html': [
(".//strong", 'from function: Foo'),
(".//strong", 'from class: Bar'),
],
'markup.html': [