Metadata-Version: 2.1
Name: arena-pytest
Author: David Pope
Home-page: https://github.com/daveepope/arena
License: MIT
Description-Content-Type: text/markdown
Summary: pytest API and fixtures for Arena (via the C FFI)
Project-URL: Changelog, https://github.com/daveepope/arena/releases
Project-URL: Issues, https://github.com/daveepope/arena/issues
Project-URL: Repository, https://github.com/daveepope/arena
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.9
Requires-Dist: pytest>=7.0.0
Requires-Dist: pytest-asyncio>=0.21.0
Requires-Dist: requests>=2.28.0
Requires-Dist: kafka-python-ng>=2.0.0
Version: 3.5.6

arena-pytest is a Python wrapper around the Arena sandboxing framework. Arena is a cross-platform sandboxing framework with built-in profiling workflows. It manages the lifecycle of a set of dependencies (databases, brokers, HTTP services) and components (your applications) as a single sandbox you can open, interact with, and close — giving you repeatable, deterministic, multi-service environments with a fast feedback loop. Arena provides top-level clients for Python, Java, Go, and .NET (the Python client `arena-pytest`, Java client `arena-junit`, and .NET client `arena-xunit` all ship today; a Go client is planned). Component testing is one common use case, but Arena is equally at home as a local development sandbox, a scripted scenario driver, or anywhere else you need a reproducible multi-service environment.

[README](https://github.com/daveepope/arena/blob/master/arena-pytest/README.md)

