Added msg to docstring for cleaning pyc.
This commit is contained in:
parent
4db5488ed8
commit
80ac910a24
|
@ -504,6 +504,7 @@ def pytest_assertion_pass(item, lineno, orig, expl):
|
||||||
be changed/removed without warning in any future pytest release.
|
be changed/removed without warning in any future pytest release.
|
||||||
|
|
||||||
It should be enabled using the `--enable-assertion-pass-hook` command line option.
|
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.
|
If you find this hook useful, please share your feedback opening an issue.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue