-
Notifications
You must be signed in to change notification settings - Fork 14
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
Imported MuTalk-Utilities #70
Imported MuTalk-Utilities #70
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @DurieuxPol , could you do a little pass over this? Check my comments and let's discuss if there are questions
Made some changes following @guillep's requests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we are ALMOST good to go!
package: 'MuTalk-SpecUI' with: [ spec requires: #('MuTalk-Model') ]. | ||
package: 'MuTalk-Tests' with: [ spec requires: #( 'MuTalk-Model' 'MuTalk-TestResources' 'MuTalk-Utilities' ) ]; | ||
package: 'MuTalk-SpecUI' with: [ spec requires: #('MuTalk-Model') ]; | ||
package: 'MuTalk-Utilities' with: [ spec requires: #( 'MuTalk-Model' ) ]. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well now with the new package we sould add 'Mutalk-Utilities-Tests' in this Baseline! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Perfect! Matrix tests are run by the CI! |
Added MuTalk-Utilities to MuTalk repository (from here).
MTMatrix
is ready to use, I'll post a wiki page on it later.MTMutantOperatorAnalysis
andMTMissingMutantOperatorAnalysis
may need some polish and tests before being fully usable. I'll post wiki pages for them as well when ready.