class TestDirective(SphinxDirective):
Known subclasses: sphinx.ext.doctest.DoctestDirective
, sphinx.ext.doctest.TestcleanupDirective
, sphinx.ext.doctest.TestcodeDirective
, sphinx.ext.doctest.TestoutputDirective
, sphinx.ext.doctest.TestsetupDirective
Method | run |
Undocumented |
Class Variable | final_argument_whitespace |
Undocumented |
Class Variable | has_content |
Undocumented |
Class Variable | optional_arguments |
Undocumented |
Class Variable | required_arguments |
Undocumented |
Inherited from SphinxDirective
:
Method | get_location |
Get current location info for logging. |
Method | get_source_info |
Get source and line number. |
Method | set_source_info |
Set source and line number to the node. |
Property | config |
Reference to the .Config object. |
Property | env |
Reference to the .BuildEnvironment object. |