Update fixture.rst

Removed redundant word
This commit is contained in:
Grigorii Eremeev 2016-10-05 20:49:28 +03:00 committed by Grigorii
parent 50b960c1f0
commit 65ebc75ee8
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ Georgy Dyuldin
Graham Horler
Greg Price
Grig Gheorghiu
Grigorii Eremeev (budulianin)
Guido Wesdorp
Harald Armin Massa
Ian Bicking

View File

@ -701,7 +701,7 @@ Using fixtures from classes, modules or projects
Sometimes test functions do not directly need access to a fixture object.
For example, tests may require to operate with an empty directory as the
current working directory but otherwise do not care for the concrete
directory. Here is how you can can use the standard `tempfile
directory. Here is how you can use the standard `tempfile
<http://docs.python.org/library/tempfile.html>`_ and pytest fixtures to
achieve it. We separate the creation of the fixture into a conftest.py
file::