MCPcopy
hub / github.com/saltstack/salt / test_basic

Method test_basic

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

Source from the content-addressed store, hash-verified

945
946 @pytest.mark.slow_test
947 def test_basic(self):
948 # ensure it doesn't exist
949 self.assertNotIn(self.module_key, self.loader)
950
951 self.update_module()
952 self.update_lib()
953 self.loader.clear()
954 self.assertIn(self.module_key, self.loader)
955
956 @pytest.mark.slow_test
957 def test_reload(self):

Callers

nothing calls this directly

Calls 3

update_moduleMethod · 0.95
update_libMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected