Files
app-ethereum/tests/ragger/conftest.py

5 lines
181 B
Python
Raw Normal View History

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