Skip to content

Commit

Permalink
fix typo in anatomy-of-a-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrheard authored Jan 24, 2018
1 parent 8db6057 commit e47d7e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ What happens when you run a test using Hypothesis? This article will help you un
<!--more-->

The Python version of Hypothesis uses *decorators* to transform a test function that
uses Hypothesis into one that does not.
doesn't use Hypothesis into one that does.

Consider the following example using [py.test](http://pytest.org/latest/) style testing:

Expand Down

0 comments on commit e47d7e6

Please sign in to comment.