Пример #1
0
 def test_set_status(self):
     response = BaseResponse()
     response.status = 200
     self.assertEqual(response.status, '200 OK')