We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a36e5a commit ecb0167Copy full SHA for ecb0167
tests/test_preprocess.py
@@ -260,7 +260,7 @@ def test_remove_fileinfo(self):
260
remove_fileinfo(self.html)
261
self.check_output("fabs_fileinfo.html")
262
263
- def remove_unused_external(self):
+ def test_remove_unused_external(self):
264
remove_unused_external(self.html)
265
self.check_output("fabs_external.html")
266
0 commit comments