Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/realpython/discover-flask
/ tearDown
Method
tearDown
tests/base.py:21–23 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
db.session.commit()
20
21
def
tearDown(self):
22
db.session.remove()
23
db.drop_all()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected