Skip to main content

Reusable Tigrbl pytest fixtures, conformance assertions, integration helpers, and package test utilities.

Project description

tigrbl_tests

Tigrbl logo

Reusable Tigrbl pytest fixtures, conformance assertions, integration helpers, and package test utilities.

PyPI version for tigrbl_tests Downloads for tigrbl_tests Discord community for tigrbl_tests Repository hits for tigrbl_tests README Apache 2.0 license Python versions 3.10 | 3.11 | 3.12 | 3.13 | 3.14 for tigrbl_tests Workspace group for tigrbl_tests

What is tigrbl_tests?

Reusable Tigrbl pytest fixtures, conformance assertions, integration helpers, and package test utilities.

Why use tigrbl_tests?

Use it when downstream packages need the same Tigrbl fixtures, conformance helpers, and regression assertions used by the workspace.

When should I install tigrbl_tests?

Install it in CI, package-local validation, transport integration tests, and compatibility checks.

Who is tigrbl_tests for?

Maintainers, extension authors, and integration teams validating Tigrbl-compatible packages.

Where does tigrbl_tests fit?

tigrbl_tests lives at pkgs/core/tigrbl_tests and serves reusable test, conformance, and integration support for Tigrbl packages.

How does tigrbl_tests work?

It packages reusable pytest assets and helper modules that exercise public Tigrbl behavior instead of relying on private workspace state.

Certification Status

  • Package status: governed package in the tigrbl/tigrbl workspace.
  • Governance source: SSOT registry.
  • Release evidence: publish workflow validates package builds, tests, GitHub release assets, and PyPI publication for managed packages.
  • Local certification guard: pkgs/core/tigrbl_tests/tests/unit/test_package_badges_and_notices.py verifies every package README keeps the Discord badge, Apache 2.0 badge, explicit Python-version badge, LICENSE, and NOTICE.
  • Scope note: this README documents the package boundary. Runtime feature support remains governed by .ssot/ entities and the conformance docs linked below.

Install

uv add tigrbl_tests
pip install tigrbl_tests

Surface Coverage

Surface Value
PyPI package tigrbl_tests
Repository path pkgs/core/tigrbl_tests
Python import root benchmarks, tigrbl_tests, triage_tests, v4
Console scripts none declared
Entry points none declared
Optional extras none declared
Legal files LICENSE, NOTICE
Supported Python `3.10

What It Owns

tigrbl_tests owns the test support package boundary. It should be installed when you need this package's focused responsibility without assuming every other Tigrbl workspace package is present.

Implementation orientation:

  • benchmarks: comparative_benchmark_verification, open_loop_load_patterns, run_hot_path_perf_suite, tigrbl_fastapi_surface_matrix_benchmark, tigrbl_kernel_plan_benchmark, tigrbl_request_response_benchmark, tigrbl_sse_perf_suite, tigrbl_streaming_perf_suite, tigrbl_websocket_perf_suite, tigrbl_webtransport_perf_suite
  • tigrbl_tests: examples/, tests/
  • v4: tests/

Public API and Import Surface

  • Import roots: benchmarks, tigrbl_tests, triage_tests, v4.
  • Public symbols: public surface is module-oriented; import the package boundary and inspect submodules as needed.
  • Workspace dependencies: tigrbl, tigrbl_client.
  • External runtime dependencies: psycopg2-binary>=2.9.9, asyncpg>=0.30.0, pytest>=8.0, pytest-asyncio>=0.24.0, pytest-xdist>=3.6.1, pytest-json-report>=1.5.0, python-dotenv, requests>=2.32.3, flake8>=7.0, pytest-timeout>=2.3.1, ruff>=0.9.9, pytest-benchmark>=4.0.0, jinja2>=3.1.0.

Usage Examples

Verify the installed package

python -m pip show tigrbl_tests
python - <<'PY'
from importlib.metadata import version
print(version("tigrbl_tests"))
PY

Run packaged Tigrbl tests

uv run pytest pkgs/core/tigrbl_tests/tests -q
python -m pytest --pyargs tigrbl_tests

Import reusable test helpers

import tigrbl_tests

print(tigrbl_tests.__name__)

Use it in downstream CI

pip install tigrbl-tests pytest
pytest -q

How To Choose This Package

Choose tigrbl_tests when the quick-answer table matches your use case. Choose tigrbl instead when you want the full public facade. Choose a lower-level package such as tigrbl-core, tigrbl-base, or tigrbl-runtime when you are building framework extensions or testing a specific internal boundary.

Related Packages

Documentation Links

Support

Package-local Boundary

This README is the package-local distribution entry point for tigrbl_tests. It answers install, usage, API, ownership, and certification-orientation questions for this package. Broader architectural decisions, release status, and cross-package proof chains remain in the repository-level docs and SSOT registry.

License

Licensed under the Apache License, Version 2.0. See LICENSE, NOTICE, and the official Apache 2.0 license text.

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 Distribution

tigrbl_tests-0.4.4.tar.gz (500.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tigrbl_tests-0.4.4-py3-none-any.whl (805.6 kB view details)

Uploaded Python 3

File details

Details for the file tigrbl_tests-0.4.4.tar.gz.

File metadata

  • Download URL: tigrbl_tests-0.4.4.tar.gz
  • Upload date:
  • Size: 500.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tigrbl_tests-0.4.4.tar.gz
Algorithm Hash digest
SHA256 6c3412e9e8e13f389a7cac94579f14d74bc33fe2f3528420532dee4da9cbf83d
MD5 c76a3e61d21cdb88f583aea2d036c494
BLAKE2b-256 cf722470406c10d21acdaec6b091e455a059c5dbd07755bc54c140e212e49d61

See more details on using hashes here.

File details

Details for the file tigrbl_tests-0.4.4-py3-none-any.whl.

File metadata

  • Download URL: tigrbl_tests-0.4.4-py3-none-any.whl
  • Upload date:
  • Size: 805.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for tigrbl_tests-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8c37fe00a887fb9e8e6ee0921c6013f299862322a892ce088c3fe54d0053de0c
MD5 a7183a9876ac0718b823fa81052d6ebf
BLAKE2b-256 329a016a9a85f10b0aafc10853effbe6c85b25aa18f8f2dfb778ebcbfe36cacc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page