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 ef30d6f commit 0506020Copy full SHA for 0506020
docs/writing/tests.rst
@@ -50,7 +50,7 @@ Some general rules of testing:
50
slightly different than that of running code, where short names are often
51
preferred. The reason is testing functions are never called explicitly.
52
``square()`` or even ``sqr()`` is ok in running code, but in testing code you
53
- would has names such as ``test_square_of_number_2()``,
+ would have names such as ``test_square_of_number_2()``,
54
``test_square_negative_number()``. These function names are displayed when a
55
test fail, and should be as descriptive as possible.
56
0 commit comments