From 80ac910a24ab8bfcf8b1821d459a7a4b98ece3f8 Mon Sep 17 00:00:00 2001 From: Victor Maryama Date: Tue, 25 Jun 2019 19:49:57 +0200 Subject: [PATCH] Added msg to docstring for cleaning pyc. --- src/_pytest/hookspec.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_pytest/hookspec.py b/src/_pytest/hookspec.py index 5cb1d9ce5..3b1aa277d 100644 --- a/src/_pytest/hookspec.py +++ b/src/_pytest/hookspec.py @@ -504,6 +504,7 @@ def pytest_assertion_pass(item, lineno, orig, expl): be changed/removed without warning in any future pytest release. It should be enabled using the `--enable-assertion-pass-hook` command line option. + Remember to clean the .pyc files in your project directory and interpreter libraries. If you find this hook useful, please share your feedback opening an issue. """