Source code for cfme.fixtures.fixtureconf

import pytest


@pytest.fixture
[docs]def fixtureconf(request): """Provides easy access to the fixtureconf dict in fixtures""" return request.node._fixtureconf