Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:bfirsh/pytest_django
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Sep 8, 2009
2 parents ddae3fc + 3172de5 commit 2c91960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Example:
Fixtures
--------

Fixtures can be loaded with `py.test.fixture(name)`. For example:
Fixtures can be loaded with `py.test.load_fixture(name)`. For example:

def pytest_funcarg__articles(request):
py.test.load_fixture('test_articles')
Expand Down

0 comments on commit 2c91960

Please sign in to comment.