enconsole package#
Subpackages#
Submodules#
enconsole.conftest module#
- enconsole.conftest.config_factory(tmp_path: Path) ConsoConfig[source]#
Construct the instance for use in the downstream tests.
- Parameters:
tmp_path – pytest object for temporal filesystem.
- Returns:
Newly constructed instance of related class.
- enconsole.conftest.config(tmp_path: Path) ConsoConfig[source]#
Construct the instance for use in the downstream tests.
- Parameters:
tmp_path – pytest object for temporal filesystem.
- Returns:
Newly constructed instance of related class.
- enconsole.conftest.replaces(tmp_path: Path) dict[str, Any][source]#
Return the complete mapping of what replaced in sample.
- Parameters:
tmp_path – pytest object for temporal filesystem.
- Returns:
Complete mapping of what replaced in sample.
- enconsole.conftest.conso_factory(config: ConsoConfig) Conso[source]#
Construct the instance for use in the downstream tests.
- Parameters:
config – Primary class instance for configuration.
- Returns:
Newly constructed instance of related class.
- enconsole.conftest.conso(config: ConsoConfig) Conso[source]#
Construct the instance for use in the downstream tests.
- Parameters:
config – Primary class instance for configuration.
- Returns:
Newly constructed instance of related class.