boilercore_tests.conftest#

Test configuration.

Module Contents#

Functions#

_filter_certain_warnings

Filter certain warnings.

project_session_path

Project session path.

params

Parameters.

cache_dir

Cachier cache directory for tests.

cached_function_and_cache_file

Get cached minimal namespace suitable for passing to a receiving function.

cached_function

cache_file

API#

boilercore_tests.conftest._filter_certain_warnings()#

Filter certain warnings.

boilercore_tests.conftest.project_session_path(
tmp_path_factory,
) pathlib.Path#

Project session path.

boilercore_tests.conftest.params(
project_session_path,
)#

Parameters.

boilercore_tests.conftest.cache_dir(
project_session_path,
) pathlib.Path#

Cachier cache directory for tests.

boilercore_tests.conftest.cached_function_and_cache_file(
request,
project_session_path,
) collections.abc.Iterator[tuple[collections.abc.Callable[..., Any], pathlib.Path]]#

Get cached minimal namespace suitable for passing to a receiving function.

boilercore_tests.conftest.cached_function(
cached_function_and_cache_file,
)#
boilercore_tests.conftest.cache_file(
cached_function_and_cache_file,
)#