Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented test filters #72

Merged
merged 3 commits into from
Feb 1, 2024

Conversation

DurieuxPol
Copy link
Collaborator

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.

Copy link
Contributor

@guillep guillep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @DurieuxPol !!
This is great!

Do you have some time on friday afternoon? I would like that we discuss default values!

@guillep guillep merged commit 4787a5b into pharo-contributions:master Feb 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test filter
2 participants