MCPcopy Index your code
hub / github.com/saltstack/salt / _verify_libs

Method _verify_libs

tests/unit/test_loader.py:1243–1250  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1241 self.assertIn(f"{self.module_name}.top", self.loader)
1242
1243 def _verify_libs(self):
1244 for lib in self.libs:
1245 self.assertEqual(
1246 self.loader[
1247 "{}.{}".format(self.module_name, lib.replace("_lib", ""))
1248 ](),
1249 self.lib_count[lib],
1250 )
1251
1252 @pytest.mark.slow_test
1253 def test_reload(self):

Callers 1

test_reloadMethod · 0.95

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected