diff --git a/AUTHORS b/AUTHORS index d8c431dc0f7..910a82e498a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -59,6 +59,7 @@ Georgy Dyuldin Graham Horler Greg Price Grig Gheorghiu +Grigorii Eremeev (budulianin) Guido Wesdorp Harald Armin Massa Ian Bicking diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index d16f49e124a..443e6b6beb5 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -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 `_ and pytest fixtures to achieve it. We separate the creation of the fixture into a conftest.py file::