boilerdata_tests.conftest#

Test configuration.

Module Contents#

Functions#

_filter_certain_warnings

Filter certain warnings.

project_session_path

Project session path.

params

Parameters.

stage

Stage module name.

main

nb_to_execute

Path to a notebook that should be executed only.

nb_client_to_execute

Notebook client to be executed only.

API#

boilerdata_tests.conftest._filter_certain_warnings()#

Filter certain warnings.

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

Project session path.

boilerdata_tests.conftest.params(
project_session_path,
)#

Parameters.

boilerdata_tests.conftest.stage(
request,
) str#

Stage module name.

boilerdata_tests.conftest.main(
stage,
) collections.abc.Callable[..., None]#
boilerdata_tests.conftest.nb_to_execute(
request,
) pathlib.Path#

Path to a notebook that should be executed only.

boilerdata_tests.conftest.nb_client_to_execute(
nb_to_execute,
) ploomber_engine.ipython.PloomberClient#

Notebook client to be executed only.