nlohmann / mutate_cpp

C++ Mutation Test Environment
MIT License
171 stars 22 forks source link

Adding a "delete project" function to the CLI. #31

Closed AlexisWilke closed 1 year ago

AlexisWilke commented 1 year ago

I created a cli/delete_project.py which makes it possible for me to create projects, run them. Once I've checked the results, I can then run another script to delete all of those projects, as expected by the interface.

AlexisWilke commented 1 year ago

I mistakenly used my master branch for this one. I think it will not work well. Removing. Creating another PR in a sec.