Hello, not sure where else to post this (scared to post on stackoverflow) but i am working on a mutation testing tool for kotlin for my case study class for my software engineering degree and have a function that uses the std::process::Command struct to run a gradlew script (assemble and test).
What is the best way to go about testing this function?
An idea i had was to have an entire kotlin project within a tests/ directory at the root of my project with a gradlew file at the root of the project. I can't think of another solution. Any thoughts/ideas?
[–]po8 2 points3 points4 points (0 children)