Sphinx test suite utilities
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Class | SphinxTestApp |
A subclass of Sphinx that runs on the test root, with some better default values for the initialization parameters. |
Class | SphinxTestAppWrapperForSkipBuilding |
This class is a wrapper for SphinxTestApp to speed up the test by skipping app.build process if it is already built and there is even one output file. |
Class | Struct |
Undocumented |
Function | assert_node |
Undocumented |
Function | assert_not_re_search |
Undocumented |
Function | assert_re_search |
Undocumented |
Function | assert_startswith |
Undocumented |
Function | etree_parse |
Undocumented |
Function | find_files |
Undocumented |
Function | simple_decorator |
A simple decorator that does nothing, for tests to use. |
Function | strip_escseq |
Undocumented |
Variable | _unicode_literals_re |
Undocumented |
Undocumented
Parameters | |
node:Node | Undocumented |
cls:Any | Undocumented |
xpath:str | Undocumented |
**kwargs:Any | Undocumented |
Undocumented
Parameters | |
regex:Pattern | Undocumented |
text:str | Undocumented |
flags:int | Undocumented |
Undocumented
Parameters | |
regex:Pattern | Undocumented |
text:str | Undocumented |
flags:int | Undocumented |
Undocumented
Parameters | |
thing:str | Undocumented |
prefix:str | Undocumented |