You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "Adding Python Source Files" section, towards the end when talking about test coverage, the tutorial says we have two options:
1. Override the coverage plugin default setting and disable failure on missing code coverage threshold.
2. Add a test that ensures that the code is properly tested.
Then it says: "Being a diligent responsible developer that follows 21-st century best practices we will choose the **first option** and add an appropriate test."
The option to add a test would be the second one, not the first one. I change "first option" to "second option" because that appears to be the author's original intent.
0 commit comments