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 9118659 commit bdcfd1eCopy full SHA for bdcfd1e
docs/writing/tests.rst
@@ -47,7 +47,7 @@ Some general rules of testing:
47
catching test are among the most valuable piece of code in your project.
48
49
- Use long and descriptive names for testing functions. The style guide here is
50
- slighlty different than that of running code, where short names are often
+ slightly different than that of running code, where short names are often
51
preferred. The reason is testing functions are never called explicitely.
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()``,
0 commit comments