Auto-generated documentation for ocs_ci.framework.pytest_customization.tests.test_pytest module.
@fixture(autouse=True)
def reset_config():
def test_config_parametrize(testdir, tmpdir):
Parametrization via config values, use case described in red-hat-storage/ocs-ci#61 (comment)
def test_help_message(testdir):
Check that py.test --help
output lists custom options of
ocscilib pytest plugin.
def test_pytest_works():
def test_simple(testdir):
Make sure that pytest itself is not broken by running very simple test.