-
Notifications
You must be signed in to change notification settings - Fork 0
Description
@Danniyb , I understand some of the mutation testing tooling you're using provides data that is opaque or hard to work with (e.g., the provided mutation testing results are passed on as a compiled binary). As we discussed during the Friday afternoon session, you'll have to work with your peers to either find a more suitable mutation testing tool or do some investigative code-sleuthing to find how to make your current tool work!
As we talked about, considering forking the mutation testing tool repo and start playing! Plug in print statements that show what the value of variables look like, and find if there's a version of the mutation testing results that can be used before it's compressed down to a compiled binary.
If you run into roadblocks with this, hit me up on Discord--I might be able to offer helpful pointers here and there!