MCPcopy Create free account
hub / github.com/closeio/tasktiger / test_execute

Method test_execute

tests/test_base.py:1028–1030  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1026 assert 60 <= new_score - old_score < 61
1027
1028 def test_execute(self):
1029 task = Task(self.tiger, exception_task)
1030 pytest.raises(Exception, task.execute)
1031
1032 def test_tasks_from_queue(self):
1033 task0 = Task(self.tiger, simple_task)

Callers

nothing calls this directly

Calls 1

TaskClass · 0.90

Tested by

no test coverage detected