Question: As the code we work on becomes complex, it is of extreme importance to pay attention to its maintainability. While everyone can easily learn how
As the code we work on becomes complex, it is of extreme importance to pay attention to its maintainability. While everyone can easily learn how to write code, not everyone learns how to write maintainable code. One of the difficulties that are encountered when the code base grows is unexpected effects of local changes. It is quite common that a programmer changes a piece of code not realizing that it is also being used somewhere else. As a result, part of the application no longer works correctly, and the programmer is often not even aware of that. You already practiced writing several tests in Task of Unit using simple assert statements. Here, you will practice use of common Python tools to streamline the testing and ensure test coverage of your code base.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
