File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ def some_property(self):
308
308
result .stdout .fnmatch_lines (
309
309
[
310
310
"*= FAILURES =*" ,
311
- "*_ [doctest] test_doctest_linedata_on_property.Sample.some_property _*" ,
311
+ "*_ [[] doctest[] ] test_doctest_linedata_on_property.Sample.some_property _*" ,
312
312
"004 " ,
313
313
"005 >>> Sample().some_property" ,
314
314
"Expected:" ,
@@ -339,9 +339,9 @@ def some_property(self):
339
339
result .stdout .fnmatch_lines (
340
340
[
341
341
"*= FAILURES =*" ,
342
- "*_ [doctest] test_doctest_no_linedata_on_overriden_property.Sample.some_property _*" ,
342
+ "*_ [[] doctest[] ] test_doctest_no_linedata_on_overriden_property.Sample.some_property _*" ,
343
343
"EXAMPLE LOCATION UNKNOWN, not showing all tests of that example" ,
344
- "??? >>> Sample().some_property" ,
344
+ "[?][?][?] >>> Sample().some_property" ,
345
345
"Expected:" ,
346
346
" 'another thing'" ,
347
347
"Got:" ,
You can’t perform that action at this time.
0 commit comments