summaryrefslogtreecommitdiff
path: root/src/_pytest/assertion
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2020-04-09 01:39:24 +0200
committerDaniel Hahler <git@thequod.de>2020-04-09 01:40:23 +0200
commitad4c1071d9c64627162d9a761329c4a5c44d0e29 (patch)
treedf32c77b7ad15f5db0c0aedb0b11005df6d54dbe /src/_pytest/assertion
parenteb001820616716ad66e953a264fff975c26d040c (diff)
downloadpytest-ad4c1071d9c64627162d9a761329c4a5c44d0e29.tar.gz
doc: internal: remove references to old "newinterpret" module
This has been merged into the (only) assertrewrite mode.
Diffstat (limited to 'src/_pytest/assertion')
-rw-r--r--src/_pytest/assertion/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pytest/assertion/__init__.py b/src/_pytest/assertion/__init__.py
index ee7fa6a3a..7b5a5889d 100644
--- a/src/_pytest/assertion/__init__.py
+++ b/src/_pytest/assertion/__init__.py
@@ -114,7 +114,7 @@ def pytest_collection(session: "Session") -> None:
def pytest_runtest_protocol(item):
"""Setup the pytest_assertrepr_compare and pytest_assertion_pass hooks
- The newinterpret and rewrite modules will use util._reprcompare if
+ The rewrite module will use util._reprcompare if
it exists to use custom reporting via the
pytest_assertrepr_compare hook. This sets up this custom
comparison for the test.