Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
class
Sqlite3TestCase(TestCase, LoaderModuleMockMixin):
Callers
15
ls
Function · 0.80
list_packages
Function · 0.80
list_files
Function · 0.80
__check_table
Function · 0.80
__repair_table
Function · 0.80
__optimize_table
Function · 0.80
__get_auth_plugin
Function · 0.80
query
Function · 0.80
db_list
Function · 0.80
db_get
Function · 0.80
db_tables
Function · 0.80
db_exists
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected