File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 AssertionError ,
6666 re .escape (
6767 "No warnings expected, 1 warnings issued. The list of emitted "
68- "warnings is: [[ UserWarning('the warning message')] ]. The filenames "
68+ "warnings is: [UserWarning('the warning message')]. The filenames "
6969 "and line numbers are"
7070 ),
7171 ],
8585 AssertionError ,
8686 re .escape (
8787 "1 warnings expected, 2 warnings issued. The list of emitted "
88- "warnings is: [[UserWarning('the warning message'), "
89- "UserWarning('a different message')], "
90- "[UserWarning('the warning message'), "
91- "UserWarning('a different message')]]. The filenames and line "
88+ "warnings is: [UserWarning('the warning message'), "
89+ "UserWarning('a different message')]. The filenames and line "
9290 "numbers are:"
9391 ),
9492 ],
10098 AssertionError ,
10199 re .escape (
102100 "2 warnings expected, 1 warnings issued. The list of emitted "
103- "warnings is: [[ UserWarning('the warning message')] ]. The filenames "
101+ "warnings is: [UserWarning('the warning message')]. The filenames "
104102 "and line numbers are:"
105103 ),
106104 ],
You can’t perform that action at this time.
0 commit comments