project_config.tests.pytest_plugin.helpers module

Pytest plugin helpers.

project_config.tests.pytest_plugin.helpers.assert_expected_files(expected_files: FilesType, rootdir: RootdirType) None[source]
project_config.tests.pytest_plugin.helpers.create_files(files: FilesType, rootdir: RootdirType) None[source]
project_config.tests.pytest_plugin.helpers.create_tree(files: FilesType, rootdir: RootdirType, cache_files: bool = False) None[source]
project_config.tests.pytest_plugin.helpers.get_reporter_class_from_module(reporter_module: module, color: bool) type[source]