Skip to content

Commit 6ec79b2

Browse files
committed
1 parent d6e1540 commit 6ec79b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ entries from the ``mock`` module.
135135

136136
It also adds introspection information on differing call arguments when
137137
calling the helper methods. This features catches `AssertionError` raised in
138-
the method, and uses py.test's own `advanced assertions`_ to return a better
138+
the method, and uses pytest's own `advanced assertions`_ to return a better
139139
diff::
140140

141141

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
license="MIT",
1717
author="Bruno Oliveira",
1818
author_email="[email protected]",
19-
description="Thin-wrapper around the mock package for easier use with py.test",
19+
description="Thin-wrapper around the mock package for easier use with pytest",
2020
long_description=open("README.rst", encoding="utf-8").read(),
2121
keywords="pytest mock",
2222
extras_require={"dev": ["pre-commit", "tox"]},

0 commit comments

Comments
 (0)