encommon package#

Subpackages#

Submodules#

encommon.conftest module#

encommon.conftest.config_factory(tmp_path: Path) Config[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.

encommon.conftest.config_path(tmp_path: Path) Path[source]#

Construct the directory and files needed for the tests.

Parameters:

tmp_path – pytest object for temporal filesystem.

Returns:

New resolved filesystem path object instance.

encommon.conftest.config(tmp_path: Path) Config[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.

Module contents#