In a few of the pull requests from the exercise, the CPA created tests where the only assertions were validating outputs of a mock function. The tests that are created need to actually validate the functionality of the application in order to be useful.
Additionally, there was a case where a test was validating output of an imported module. Testing that module is not the responsibility of a plugin, so these tests only serve to pad the number of passing tests.
In a few of the pull requests from the exercise, the CPA created tests where the only assertions were validating outputs of a mock function. The tests that are created need to actually validate the functionality of the application in order to be useful.
Additionally, there was a case where a test was validating output of an imported module. Testing that module is not the responsibility of a plugin, so these tests only serve to pad the number of passing tests.