MCPcopy
hub / github.com/celery/celery / remmove_db

Method remmove_db

t/unit/backends/test_database.py:118–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116
117 @pytest.fixture(autouse=True)
118 def remmove_db(self):
119 yield
120 if os.path.exists(DB_PATH):
121 os.remove(DB_PATH)
122
123 def setup_method(self):
124 self.uri = 'sqlite:///' + DB_PATH

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected