Thanks to visit codestin.com Credit goes to github.com
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 612f3d2 commit dccfc6bCopy full SHA for dccfc6b
1 file changed
doc/devel/testing.rst
@@ -73,7 +73,7 @@ example, here is a test from :mod:`matplotlib.tests.test_basic`::
73
Nose determines which functions are tests by searching for functions
74
beginning with "test" in their name.
75
76
-If the test as side effects that need to be cleaned up, such as
+If the test has side effects that need to be cleaned up, such as
77
creating figures using the pyplot interface, use the ``@cleanup``
78
decorator::
79
0 commit comments