Example #1
0
 def subTestDone(self, test):
     if ListScenario.subTestDone(self, test) == False:
         return False
     if isinstance(test, IsMediaTest):
         # get the type
         mtype = test.getExtraInfo()["mime-type"]
         if mtype in self.__non_media_types__:
             return False
     return True