Implement fuzzy tests, which verify that properties promised by filters are actually fulfilled #532
Open
Description
An interesting idea from SAGE -- we could have tests (simple ones I imagine) associated with filters. For instance IsAssociative might test associativity explicitly for some PseudoRandom elements. Then given any object you could ask GAP to run the tests for all the filters it had.
The most obvious application is when you are implementing a new kind of object and you want to gain reassurance that it hasn't acquired any filters that it doesn't deserve.