Skip to content

Commit

Permalink
Update fixture.rst
Browse files Browse the repository at this point in the history
Removed redundant word
  • Loading branch information
Grigorii Eremeev authored and Grigorii committed Oct 5, 2016
1 parent 50b960c commit 5602532
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Georgy Dyuldin
Graham Horler
Greg Price
Grig Gheorghiu
Grigorii Eremeev (budulianin)
Guido Wesdorp
Harald Armin Massa
Ian Bicking
Expand Down
9 changes: 3 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
3.0.4.dev
=========

*

*

*
**Bug Fixes**

*
* Minor fix to the documentation.
Thanks `@budulianin`_ for the PR.


3.0.3
Expand Down
2 changes: 1 addition & 1 deletion doc/en/fixture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 5602532

Please sign in to comment.