[issue15626] unittest.main negates -bb option and programmatic warning configuration

Nick Coghlan report at bugs.python.org
Sat Oct 31 01:07:26 EDT 2020


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Issue #42186 now covers the request to have a way to tell unittest to leave the warnings filter alone even if it's set programmatically rather than by modifying ``sys.warnoptions``.

(Changing version to 3.7 to indicate when the interaction with `-bb` was fixed, rather than the version it was reported against)

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed
versions: +Python 3.7 -Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue15626>
_______________________________________


More information about the Python-bugs-list mailing list