We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d6805 commit ca240c2Copy full SHA for ca240c2
docs/writing/tests.rst
@@ -40,7 +40,7 @@ Some general rules of testing:
40
- If you are in the middle of a development session and have to interrupt your work, it
41
is a good idea to write a broken unit test about what you want to develop next.
42
When coming back to work, you will have a pointer to where you were and get
43
- faster on tracks.
+ back on track faster.
44
45
- The first step when you are debugging your code is to write a new test
46
pinpointing the bug. While it is not always possible to do, those bug
0 commit comments