You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/en/fixture.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -701,7 +701,7 @@ Using fixtures from classes, modules or projects
701
701
Sometimes test functions do not directly need access to a fixture object.
702
702
For example, tests may require to operate with an empty directory as the
703
703
current working directory but otherwise do not care for the concrete
704
-
directory. Here is how you can can use the standard `tempfile
704
+
directory. Here is how you can use the standard `tempfile
705
705
<http://docs.python.org/library/tempfile.html>`_ and pytest fixtures to
706
706
achieve it. We separate the creation of the fixture into a conftest.py
0 commit comments