diff --git a/tests/conftest.py b/tests/conftest.py index 0d9287988..efb6ad876 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -22,11 +22,10 @@ import pytest import tftest import yaml -from .collectors import pytest_collect_file -from .fixtures import plan_summary_fixture, plan_validator_fixture - BASEDIR = os.path.dirname(os.path.dirname(__file__)) +pytest_plugins = ('tests.fixtures', 'tests.collectors') + @pytest.fixture(scope='session') def _plan_runner():