Skip to content

Latest commit

 

History

History
78 lines (52 loc) · 2.3 KB

test_config.md

File metadata and controls

78 lines (52 loc) · 2.3 KB

TestConfig

Auto-generated documentation for ocs_ci.framework.tests.test_config module.

TestConfig

[find in source code]

class TestConfig(object):

TestConfig().reset_config

[find in source code]

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

TestConfig().test_custom_conf

[find in source code]

def test_custom_conf():

TestConfig().test_defaults

[find in source code]

def test_defaults():

TestConfig().test_defaults_specific

[find in source code]

def test_defaults_specific():

TestConfig().test_layered_conf

[find in source code]

def test_layered_conf():

TestMergeDict

[find in source code]

class TestMergeDict():

TestMergeDict().test_merge_dict

[find in source code]

def test_merge_dict():