module documentation

Undocumented

Class FunctionalPyreverseTestfile Named tuple containing the test file and the expected output.
Class PyreverseConfig Holds the configuration options for Pyreverse.
Class TestFileOptions Undocumented
Function get_functional_test_files Get all functional test files from the given directory.
Function _read_config Undocumented
def get_functional_test_files(root_directory: Path) -> list[FunctionalPyreverseTestfile]: (source)

Get all functional test files from the given directory.

def _read_config(config_file: Path) -> TestFileOptions: (source)

Undocumented