예제 #1
0
 def test_response(self):
     e = GeneralException()
     self.assertEqual(e.response(), {"status": e.info()})
예제 #2
0
 def test_response(self):
     e = GeneralException()
     self.assertEqual(e.response(), {"status": e.info()})
예제 #3
0
 def test_info(self):
     e = GeneralException()
     self.assertEqual(e.info(), {"code": 100, "message": str(e)})
예제 #4
0
 def test_info(self):
     e = GeneralException()
     self.assertEqual(e.info(), {"code": 100, "message": str(e)})