5 lines
181 B
Python
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", )
|