module documentation

Unit tests for model.
Class ​Dummy No class docstring; 1/1 method documented
Class ​Fake​Documentable A fake of pydoctor.model.Documentable that provides a system and sourceHref attribute.
Class ​Fake​Options A fake options object as if it came from that stupid optparse thing.
Function test​_constructor​_params​_empty Undocumented
Function test​_constructor​_params​_inherited Undocumented
Function test​_constructor​_params​_simple Undocumented
Function test​_docsources​_class​_attribute Undocumented
Function test​_docstring​_lineno Undocumented
Function test_fetch​Intersphinx​Inventories_content Download and parse intersphinx inventories for each configured intersphix.
Function test_fetch​Intersphinx​Inventories_empty Convert option to empty dict.
Function test​_initialization​_default When initialized without options, will use default options and default verbosity.
Function test​_initialization​_options Can be initialized with options.
Function test​_introspection​_extension Find docstrings from this test using introspection of an extension.
Function test​_introspection​_python Find docstrings from this test using introspection on pure Python.
Function test_set​Source​Href​Option Test that the projectbasedirectory option sets the model.sourceHref properly.
def test_constructor_params_empty():

Undocumented

def test_constructor_params_inherited():

Undocumented

def test_constructor_params_simple():

Undocumented

def test_docsources_class_attribute():

Undocumented

def test_docstring_lineno():

Undocumented

def test_fetchIntersphinxInventories_content():
Download and parse intersphinx inventories for each configured intersphix.
def test_fetchIntersphinxInventories_empty():
Convert option to empty dict.
def test_initialization_default():
When initialized without options, will use default options and default verbosity.
def test_initialization_options():
Can be initialized with options.
def test_introspection_extension():
Find docstrings from this test using introspection of an extension.
def test_introspection_python():
Find docstrings from this test using introspection on pure Python.
@pytest.mark.parametrize('projectBaseDir', [PurePosixPath('/foo/bar/ProjectName'), PureWindowsPath('C:\\foo\\bar\\ProjectName')])
def test_setSourceHrefOption(projectBaseDir):
Test that the projectbasedirectory option sets the model.sourceHref properly.
Parameters
project​Base​Dir:PathUndocumented