Skip to content

pytest_park.data.profiler

source module pytest_park.data.profiler

Classes

Functions

source class ProfilerLoadError()

Bases : ValueError

Raised when profiler artifacts cannot be loaded.

source load_profiler_folder(folder: str | Path)dict[str, dict[str, dict[str, Any]]]

Load profiler JSON files and return data grouped by run_id and case key.

Raises