Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.98 KB

File metadata and controls

59 lines (39 loc) · 1.98 KB

Test Pytest

Auto-generated documentation for ocs_ci.framework.pytest_customization.tests.test_pytest module.

reset_config

[find in source code]

@fixture(autouse=True)
def reset_config():

test_config_parametrize

[find in source code]

def test_config_parametrize(testdir, tmpdir):

Parametrization via config values, use case described in red-hat-storage/ocs-ci#61 (comment)

test_help_message

[find in source code]

def test_help_message(testdir):

Check that py.test --help output lists custom options of ocscilib pytest plugin.

test_pytest_works

[find in source code]

def test_pytest_works():

test_simple

[find in source code]

def test_simple(testdir):

Make sure that pytest itself is not broken by running very simple test.