Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ test_database_list
Function
test_database_list
test/pytests/test_sqlexecute.py:131–133 ·
view source on GitHub ↗
(executor)
Source
from the content-addressed store, hash-verified
129
130
@dbtest
131
def
test_database_list(executor):
132
databases = executor.databases()
133
assert TEST_DATABASE in databases
134
135
136
@dbtest
Callers
nothing calls this directly
Calls
1
databases
Method · 0.80
Tested by
no test coverage detected