mergin and solving pytests
This commit is contained in:
parent
3847db3838
commit
2883cc8fa6
|
|
@ -21,6 +21,7 @@ class HierarchyTestCase(unittest.TestCase):
|
|||
quantifiers = [cls for cls in classes if issubclass(cls, BaseQuantifier)]
|
||||
quantifiers = [cls for cls in quantifiers if issubclass(cls, AggregativeQuantifier)]
|
||||
quantifiers = [cls for cls in quantifiers if not inspect.isabstract(cls) ]
|
||||
quantifiers = [cls for cls in quantifiers if cls is not OneVsAllAggregative]
|
||||
|
||||
for cls in quantifiers:
|
||||
self.assertIn(cls, AGGREGATIVE_METHODS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue