Fixes #52
Added test filters as instance attribute of MTAnalysis to select which test cases will be used according to a condition.
Currently the only types of test filter are the MTFreeTestFilter which doesn't filter anything, and the MTTimeTestFilter which filters the tests that take more time than its condition.
Fixes #52 Added test filters as instance attribute of
MTAnalysis
to select which test cases will be used according to a condition. Currently the only types of test filter are theMTFreeTestFilter
which doesn't filter anything, and theMTTimeTestFilter
which filters the tests that take more time than its condition.