Esempio n. 1
0
 def test(self):
     #    TODO: Fix once we know how Tests is implemented.
     t = Tests()
     tId = 123
     bSynchronous = True
     result = t._handler_queryTestPacks(tId, bSynchronous)
     assert isinstance(result, iApiTransportResponse)
     response = result.response()
     assert isinstance(response, iTestPacks)