MCPcopy
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
210def 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

databasesMethod · 0.80

Tested by

no test coverage detected