enlotus package#
Subpackages#
Submodules#
enlotus.conftest module#
- enlotus.conftest.config_factory(tmp_path: Path) LotusConfig[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.
- enlotus.conftest.config(tmp_path: Path) LotusConfig[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.
- enlotus.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.
- enlotus.conftest.lotus_factory(config: LotusConfig) Lotus[source]#
Construct the instance for use in the downstream tests.
- Parameters:
config – Primary class instance for configuration.
- Returns:
Newly constructed instance of related class.
- enlotus.conftest.lotus(config: LotusConfig) Lotus[source]#
Construct the instance for use in the downstream tests.
- Parameters:
config – Primary class instance for configuration.
- Returns:
Newly constructed instance of related class.