pharo-contributions / mutalk

Mutation Testing in Pharo Smalltalk
22 stars 14 forks source link

Implemented test filters #72

Closed DurieuxPol closed 10 months ago

DurieuxPol commented 10 months ago

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.