Files
app-ethereum/tests/ragger/conftest.py
Charles-Edouard de la Vergne fa3e87a06c Fix pylint issues
2024-04-10 19:02:00 +02:00

5 lines
182 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", )