Skip to content

rwx-research/pytest-abq

Folders and files

NameName
Last commit message
Last commit date
Apr 7, 2023
Apr 7, 2023
Apr 7, 2023
Mar 24, 2023
Mar 27, 2023
Mar 27, 2023
Mar 25, 2023
Apr 7, 2023
Apr 7, 2023
Mar 24, 2023
Mar 24, 2023
Apr 7, 2023

Repository files navigation

pytest-abq

An ABQ integration for pytest.

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.