Replies: 1 comment 8 replies
-
the easiest way is probably to add markers for the warnings filters to the session object |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We currently have a number of
[pytest]filterwarnings
settings defined for our project intox.ini
, but, for various reasons, we need these settings moved to the test code itself instead of being placed in a config file. How can we do this? Would settingpytestmark
inconftest.py
affect the whole test suite as desired? Can/should this be done by callingconfig.addinivalue_line
inpytest_configure
?Beta Was this translation helpful? Give feedback.
All reactions