def test_block_the_server(self):
"""
Blocks server by request
"""
response = self.client.post('/django_dev_protector/', json.dumps({
'key': settings.SECRET_KEY,
'status': True
}), content_type='application/json')
self.assertEqual(get_status(), 'True')
评论列表
文章目录