Metadata-Version: 2.1
Name: pytest-abq
Version: 1.0.1
Summary: Pytest integration for the ABQ universal test runner.
License: MIT
Project-URL: Homepage, https://github.com/rwx-research/pytest-abq
Project-URL: Bug Tracker, https://github.com/rwx-research/pytest-abq/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# pytest-abq

An [ABQ](https://rwx.com/abq) integration for [pytest](https://docs.pytest.org/en/7.2.x/).

To install:

```
pip install pytest-abq
```

That's it! Then, run your test suite with ABQ:

```
abq test -- pytest
```

## Compatibility

`pytest-abq` is actively tested against

- Python 3.7, 3.8, 3.9, 3.10
- Pytest 7.0, 7.2

`pytest-abq` may support Python and pytest versions beyond these.

`pytest-abq` implements version 0.2 of the ABQ native runner protocol and
requires ABQ 1.3.0 or greater.
