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

Method fetchall

tests/unit/modules/test_sqlite3.py:45–49  ·  view source on GitHub ↗

Mock connect method

()

Source from the content-addressed store, hash-verified

43
44 @staticmethod
45 def fetchall():
46 """
47 Mock connect method
48 """
49 return True
50
51
52class Sqlite3TestCase(TestCase, LoaderModuleMockMixin):

Callers 15

lsFunction · 0.80
list_packagesFunction · 0.80
list_filesFunction · 0.80
__check_tableFunction · 0.80
__repair_tableFunction · 0.80
__optimize_tableFunction · 0.80
__get_auth_pluginFunction · 0.80
queryFunction · 0.80
db_listFunction · 0.80
db_getFunction · 0.80
db_tablesFunction · 0.80
db_existsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected