How do I set verbosity_assertions
with config.addinivalue_line
?
#12174
-
Contents of def pytest_configure(config):
...
config.addinivalue_line("verbosity_assertions", "2") I get an error:
I looked at the implementation and it looks like something's not right with the return value of So it seems like my hands are tied and this may be a bug, but I'd like to post here in case I'm missing something obvious. The examples in the docs all use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
i believe we have a regression due to https://github.com/pytest-dev/pytest/pull/11594/files - a bugfix in pytest is needed |
Beta Was this translation helpful? Give feedback.
i believe we have a regression due to https://github.com/pytest-dev/pytest/pull/11594/files - a bugfix in pytest is needed