Commit 454db7b
Fix tutorial.md typo about adding tests
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.1 parent 95023c6 commit 454db7b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments