MCPcopy Create free account
hub / github.com/coleifer/huey / tearDown

Method tearDown

huey/tests/test_helpers.py:16–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 self.huey.storage.conn.delete(self.semaphore.key)
15
16 def tearDown(self):
17 self.huey.storage.conn.delete(self.semaphore.key)
18 super(TestLockTaskSemaphore, self).tearDown()
19
20 def get_huey(self):
21 return RedisHuey()

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected