Core execution engine for a containerized pytest runner: pytest output parsing and summarisation, container file provisioning, and command assembly.
Project description
pytest-exec-core
Core execution engine for a containerized pytest runner.
This package provides the building blocks used by an HTTP-triggered pytest runner to execute test suites inside one-shot Docker containers:
- Output parsing & summarisation — turn raw pytest console output into a compact pass/fail/skip summary with extracted failure reasons.
- Container file provisioning — assemble the tar payload (plugins, test payloads, environment overrides) copied into a test container, and collect log artifacts back out.
- Command assembly — build the
pytestcommand line (xdist workers, plugins, payload file, log file) and resolve a test case path safely.
Install
pip install pytest-exec-core
Usage
from pytest_exec_core import (
build_summary,
payload_map,
build_provision_tar,
extract_container_dir,
build_cmd,
resolve_case,
CasePathError,
)
License
Proprietary. All rights reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytest_exec_core-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.
File metadata
- Download URL: pytest_exec_core-0.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Upload date:
- Size: 790.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcbbea3f6c0fd17febc7eab98b7eb7feca9d87a69f9ac498262cc2e7aab122ea
|
|
| MD5 |
265139fc4c7e86134b26d77f45afe6f2
|
|
| BLAKE2b-256 |
4352478bbb0af0ef86b8ecdd3f0feea04b5da0f4f72abda71671d7c6258d6d7f
|