Example #1
0
 def test_abstract_task(self):
     t = Task.new({})
     with self.assertRaises(NotImplementedError):
         t.run(None)