Open
Description
What would you like to enhance and why? Is it related to an issue/problem?
Make sure that the testing code has 100% coverage; that is, there are no classes or functions defined in the testing code that are unused. Some arguments on why this is useful are made in the video linked below.
Preparations
- Watch this YouTube video of Anthony Sottile on the topic
Tasks
Step 1:
- Follow the steps of the video
- Produce a local coverage report of the testing code
- Identify objects that are unused in the testing code
Step 2:
- Remove objects that are unused