Merge pull request #9756 from ajberdy/main
Fixed typo in pytester docs.
This commit is contained in:
commit
2bec21ef5f
|
@ -832,7 +832,7 @@ class Pytester:
|
||||||
return self._makefile(ext, args, kwargs)
|
return self._makefile(ext, args, kwargs)
|
||||||
|
|
||||||
def makeconftest(self, source: str) -> Path:
|
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)
|
return self.makepyfile(conftest=source)
|
||||||
|
|
||||||
def makeini(self, source: str) -> Path:
|
def makeini(self, source: str) -> Path:
|
||||||
|
|
Loading…
Reference in New Issue