Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dbcli/pgcli
/ test_database_list
Function
test_database_list
tests/test_pgexecute.py:210–212 ·
view source on GitHub ↗
(executor)
Source
from the content-addressed store, hash-verified
208
209
@dbtest
210
def
test_database_list(executor):
211
databases = executor.databases()
212
assert
"_test_db"
in databases
213
214
215
@dbtest
Callers
nothing calls this directly
Calls
1
databases
Method · 0.80
Tested by
no test coverage detected