def test_test_execution_with_blocked(self):
     execution = TestExecution.with_blocked()
     self.assertEquals(execution.status.name, "blocked")