Skip to content

Commit 6b14452

Browse files
Update test_config.py
Update test_config_methods method.
1 parent 3f7b942 commit 6b14452

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/config/test_config.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,15 @@ def test_config_methods():
6464
"__package__",
6565
"__spec__",
6666
"build_nested_dict",
67-
"get_navigate_path",
67+
"build_ref_name",
68+
"feature_related_functions",
6869
"get_configuration_paths",
70+
"get_navigate_path",
71+
"inspect",
6972
"isfile",
7073
"load_configs",
74+
"load_module_from_file",
75+
"set_feature_attributes",
7176
"os",
7277
"platform",
7378
"shutil",
@@ -78,7 +83,6 @@ def test_config_methods():
7883
"verify_waveform_constants",
7984
"verify_configuration",
8085
"yaml",
81-
"build_ref_name",
8286
]
8387
for method in methods:
8488
assert method in desired_methods

0 commit comments

Comments
 (0)