Source code for cfme.fixtures.fixtureconf

import pytest


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