Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris NeJame committed Mar 19, 2017
1 parent efece26 commit 8f6762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ control how your tests and fixtures play out.

You should know that any code you've written along side your fixture and test
definitions is getting run, so you can use this to your advantage to influence
how your fixtures andtests get defined. But none of the tests or fixtures you
how your fixtures and tests get defined. But none of the tests or fixtures you
defined will get used if you don't call :meth:`.create_tests` on the
:class:`.GroupContextManager` instance that you made (see below for
example usage).
Expand Down

0 comments on commit 8f6762e

Please sign in to comment.