mdolata / GameOfLifeJava

0 stars 1 forks source link

Improve tests according to Pitest report #12

Open mdolata opened 4 years ago

mdolata commented 4 years ago

I thought, when I have almost 100% code coverage of tests my tests are fine. But they don't. I like to use Pitest library to check my tests. This time it goes well, but there are still some not checked mutations. Please generate report and improve tests. You can send PR with just one mutation. In PR point which mutation you have fixed. See Pitest quick start https://pitest.org/quickstart/ and micro tutorial https://www.baeldung.com/java-mutation-testing-with-pitest

mdolata commented 4 years ago

thanks @ytvnr