Skip to content

Commit 0506020

Browse files
committed
Update tests.rst
s/has names/have names/
1 parent ef30d6f commit 0506020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Some general rules of testing:
5050
slightly different than that of running code, where short names are often
5151
preferred. The reason is testing functions are never called explicitly.
5252
``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()``,
53+
would have names such as ``test_square_of_number_2()``,
5454
``test_square_negative_number()``. These function names are displayed when a
5555
test fail, and should be as descriptive as possible.
5656

0 commit comments

Comments
 (0)