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

Add language mutator-api submodule #1589

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hugo-vrijswijk
Copy link
Member

This adds a new submodule called mutator-api which contains interfaces that language-specific mutators can implement.

Interfaces are to be added and discussed before merging this PR.

@jessemaas @YVbakker

This adds a new submodule called `mutator-api` which contains interfaces that language-specific mutators can implement.
*/
lazy val mutatorApi = (project in file("modules") / "mutatorApi")
.settings(mutatorApiSettings)
// .dependsOn(testkit.jvm(versions.scala3) % Test)
Copy link
Member Author

Choose a reason for hiding this comment

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

I've added this and commented if we want to add any tests. We could also add junit and write them in Java, but this seemed less work. I think for now we don't need any tests

@hugo-vrijswijk hugo-vrijswijk marked this pull request as draft June 24, 2024 14:04
@hugo-vrijswijk hugo-vrijswijk marked this pull request as draft June 24, 2024 14:04
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.

None yet

3 participants