def testExclusiveFlags(self):
     # test flag exclusive/non exclusive
     exclusive = QgsSearchWidgetWrapper.exclusiveFilterFlags()
     non_exclusive = QgsSearchWidgetWrapper.nonExclusiveFilterFlags()
     for e in exclusive:
         self.assertFalse(e in non_exclusive)
 def testExclusiveFlags(self):
     # test flag exclusive/non exclusive
     exclusive = QgsSearchWidgetWrapper.exclusiveFilterFlags()
     non_exclusive = QgsSearchWidgetWrapper.nonExclusiveFilterFlags()
     for e in exclusive:
         self.assertFalse(e in non_exclusive)