module documentation

Undocumented

Function test_astroid_test_wildcard Undocumented
Function test_cyclic_imports Test whether names are resolved correctly when we have import cycles. The test package contains module 'a' that defines class 'A' and module 'b' that defines class 'B'; each module imports the other. Since the test data is symmetrical, we will at some point be importing a module that has not been fully processed yet, no matter which module gets processed first.
Function test_cyclic_imports_all Test whether names are resolved correctly when we have import cycles. The test package contains module 'a' that defines class 'A' and module 'b' that defines class 'B'; each module imports the other. Since the test data is symmetrical, we will at some point be importing a module that has not been fully processed yet, no matter which module gets processed first.
Function test_cyclic_imports_all_many_level Undocumented
Function test_imports_all_many_level Undocumented
Variable testpackages Undocumented
def test_astroid_test_wildcard(): (source)

Undocumented

@load_python_modules_param
def test_cyclic_imports(load_python_modules): (source)

Test whether names are resolved correctly when we have import cycles. The test package contains module 'a' that defines class 'A' and module 'b' that defines class 'B'; each module imports the other. Since the test data is symmetrical, we will at some point be importing a module that has not been fully processed yet, no matter which module gets processed first.

Parameters
load_python_modules:Callable[[Sequence[Path]], pydocspec.TreeRoot]Undocumented
def test_cyclic_imports_all(caplog): (source)

Test whether names are resolved correctly when we have import cycles. The test package contains module 'a' that defines class 'A' and module 'b' that defines class 'B'; each module imports the other. Since the test data is symmetrical, we will at some point be importing a module that has not been fully processed yet, no matter which module gets processed first.

Parameters
caplog:CapLogUndocumented
def test_cyclic_imports_all_many_level(caplog): (source)

Undocumented

Parameters
caplog:CapLogUndocumented
def test_imports_all_many_level(caplog): (source)

Undocumented

Parameters
caplog:CapLogUndocumented
testpackages = (source)

Undocumented