ucsb-cs156-s24 / proj-organic-s24-5pm-2

https://ucsb-cs156-s24.github.io/proj-organic-s24-5pm-2/
0 stars 0 forks source link

Abhishek - Completes Partial Pitest #22

Closed abhishekambastha04 closed 4 months ago

abhishekambastha04 commented 4 months ago

With this pull request, it makes it possible to run mvn pitest:mutationCoverage on just a single class, or a single package, instead of the entire backend code base. As a developer, this allows for a much more efficient process of running code since you do not have to wait 10-15 minutes for mvn to run the entire backend base. Closes #21