We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7b942 commit 6b14452Copy full SHA for 6b14452
test/config/test_config.py
@@ -64,10 +64,15 @@ def test_config_methods():
64
"__package__",
65
"__spec__",
66
"build_nested_dict",
67
- "get_navigate_path",
+ "build_ref_name",
68
+ "feature_related_functions",
69
"get_configuration_paths",
70
+ "get_navigate_path",
71
+ "inspect",
72
"isfile",
73
"load_configs",
74
+ "load_module_from_file",
75
+ "set_feature_attributes",
76
"os",
77
"platform",
78
"shutil",
@@ -78,7 +83,6 @@ def test_config_methods():
83
"verify_waveform_constants",
79
84
"verify_configuration",
80
85
"yaml",
81
- "build_ref_name",
82
86
]
87
for method in methods:
88
assert method in desired_methods
0 commit comments