Plugins API
est_shizard.plugins #
est_shizard.plugins.TestItemContext
dataclass
#
TestItemContext(
root_dir: Path,
run_dir: Path,
artifacts_dir: Path,
scripts_dir: Path,
test_function_name: str,
test_suite_name: str,
test_item_name: str,
test_item_normalized_name: str,
hash_test_item_name: str,
test_function_context: TestFunctionContext,
monkey_patch: MonkeyPatch,
_env: dict | None = None,
)