Added msg to docstring for cleaning pyc.

This commit is contained in:
Victor Maryama 2019-06-25 19:49:57 +02:00
parent 4db5488ed8
commit 80ac910a24
1 changed files with 1 additions and 0 deletions

View File

@ -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.
"""