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

Method setup_loader_modules

tests/unit/modules/test_sqlite3.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 """
56
57 def setup_loader_modules(self):
58 return {sqlite3: {"sqlite3": MockSqlite3()}}
59
60 # 'version' function tests: 1
61

Callers

nothing calls this directly

Calls 1

MockSqlite3Class · 0.85

Tested by

no test coverage detected