예제 #1
0
 def test_request(self):
     obj = BZAObject()
     try:
         obj._request('https://a.blazemeter.com/api/v4/web/version', data={"test": 1})
         self.fail()
     except TaurusNetworkError:
         pass
예제 #2
0
 def test_request(self):
     obj = BZAObject()
     try:
         obj._request('https://a.blazemeter.com/api/v4/web/version', data={"test": 1})
         self.fail()
     except TaurusNetworkError:
         pass