MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / drop_db

Function drop_db

lib/sqlalchemy/testing/provision.py:376–378  ·  view source on GitHub ↗

Drop a database that we dynamically created for testing.

(cfg, eng, ident)

Source from the content-addressed store, hash-verified

374
375@register.init
376def drop_db(cfg, eng, ident):
377 """Drop a database that we dynamically created for testing."""
378 raise NotImplementedError("no DB drop routine for cfg: %s" % (eng.url,))
379
380
381def _adapt_update_db_opts(fn):

Callers 1

drop_follower_dbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected