Skip to content

Commit

Permalink
Merge pull request HypothesisWorks#24 from jrheard/patch-1
Browse files Browse the repository at this point in the history
fix typo in anatomy-of-a-test
  • Loading branch information
Zac-HD authored Jan 4, 2021
2 parents a3f5b49 + e47d7e6 commit 2347fd0
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 2347fd0

Please sign in to comment.