Skip to content

Commit

Permalink
Merge pull request pytest-dev#9756 from ajberdy/main
Browse files Browse the repository at this point in the history
Fixed typo in pytester docs.
  • Loading branch information
bluetech committed Mar 16, 2022
2 parents 5c17563 + f305301 commit 2bec21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/pytester.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def makefile(self, ext: str, *args: str, **kwargs: str) -> Path:
return self._makefile(ext, args, kwargs)

def makeconftest(self, source: str) -> Path:
"""Write a contest.py file with 'source' as contents."""
"""Write a conftest.py file with 'source' as contents."""
return self.makepyfile(conftest=source)

def makeini(self, source: str) -> Path:
Expand Down

0 comments on commit 2bec21e

Please sign in to comment.