예제 #1
0
 def test_missing_end_date(self):
     response = self.client.call_logs.get(start_date='2013-01-29T00:00:00')
     response.assert_match(400, e.missing_parameters('end_date'))
예제 #2
0
 def test_live_reload_missing_parameters(self):
     response = confd.configuration.live_reload.put()
     response.assert_match(400,
                           e.missing_parameters('enabled'))
예제 #3
0
 def test_missing_end_date(self):
     response = self.client.call_logs.get(start_date='2013-01-29T00:00:00')
     response.assert_match(400,
                           e.missing_parameters('end_date'))