ABQ with pytest
You'll need the pytest-abq package to run your pytest test suite with ABQ.
pytest-abq is tested with Python 3.7+ and pytest 7.0+.
Install pytest-abq into your project using pip:
pip install -U pytest-abq
To verify pytest-abq is correctly installed as a pytest plugin, check that
pytest-abq appears as a registered plugin when executing
pytest -VV
No other configuration is needed! Try out your ABQ integration by running
abq test -- pytest
You can use any command you use to run pytest after abq test -- .