Context: #5937
Right now, a large number of our pytest fixtures live in the global conftest.py file. For maintainability reasons, it'd be better to move provider-specific (or just AI integration-specific) fixtures into separate conftest.py files and load them into the global conftest.py using pytest_plugins.
Context: #5937
Right now, a large number of our pytest fixtures live in the global
conftest.pyfile. For maintainability reasons, it'd be better to move provider-specific (or just AI integration-specific) fixtures into separateconftest.pyfiles and load them into the globalconftest.pyusingpytest_plugins.