Serhiy Storchaka added the comment:

$ ./python -We::UserWarning -m test.regrtest test_warnings
Run tests sequentially
0:00:00 [1/1] test_warnings
/home/serhiy/py/cpython/Lib/test/test_warnings/__init__.py:108: UserWarning: 
FilterTests.test_ignore_after_default
  self.module.warn(message, UserWarning)
/home/serhiy/py/cpython/Lib/test/test_warnings/__init__.py:108: UserWarning: 
FilterTests.test_ignore_after_default
  self.module.warn(message, UserWarning)
test test_warnings failed -- multiple errors occurred; run in verbose mode for 
details
test_warnings failed
1 test failed:
    test_warnings
Total duration: 0:00:02

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18383>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to