ocs_ci.framework.pytest_customization.tests package¶
Submodules¶
ocs_ci.framework.pytest_customization.tests.test_pytest module¶
-
ocs_ci.framework.pytest_customization.tests.test_pytest.reset_config()¶
-
ocs_ci.framework.pytest_customization.tests.test_pytest.test_config_parametrize(testdir, tmpdir)¶ Parametrization via config values, use case described in https://github.com/red-hat-storage/ocs-ci/pull/61#issuecomment-494866745
-
ocs_ci.framework.pytest_customization.tests.test_pytest.test_help_message(testdir)¶ Check that
py.test --helpoutput lists custom options of ocscilib pytest plugin.
-
ocs_ci.framework.pytest_customization.tests.test_pytest.test_pytest_works()¶
-
ocs_ci.framework.pytest_customization.tests.test_pytest.test_simple(testdir)¶ Make sure that pytest itself is not broken by running very simple test.