summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_warnings
blob: 9b45e422739a15e58a359ed9be46ca8e4aa1d850 (plain)
1
2
3
4
5
6
7
8
9
10
test_warnings
('ignore', False, 'FutureWarning', False, 0)
('ignore', True, 'OverflowWarning', True, 0)
('ignore', True, 'PendingDeprecationWarning', True, 0)
Lib/test/test_warnings.py:31: UserWarning: hello world
Lib/test/test_warnings.py:32: UserWarning: hello world
Lib/test/test_warnings.py:33: DeprecationWarning: hello world
Lib/test/test_warnings.py:35: UserWarning: hello world
Caught UserWarning: hello world
Caught AssertionError: invalid action: 'booh'