cfme.utils.pytest_shortcuts module¶
-
cfme.utils.pytest_shortcuts.extract_fixtures_values(item)[source]¶ Extracts names and values of all the fixtures that the test has.
Parameters: item – py.test test item Returns: dictwith fixtures and their values.