Files
app-ethereum/tests/ragger/conftest.py
Alexandre Paillier fec9a80d27 Stax Ragger tests
2023-05-16 11:42:40 +02:00

5 lines
181 B
Python

from ragger.conftest import configuration
# Pull all features from the base ragger conftest using the overridden configuration
pytest_plugins = ("ragger.conftest.base_conftest", )