def test_status_true(self):
     res = BDEAResponse(self.RESPONSE)
     assert res.status() == True
 def test_empty_response_status_false(self):
     res = BDEAResponse({})
     assert res.status() == False