Remove line numbers from unittest in susp-ignored.

This commit is contained in:
Robert Collins 2015-07-23 08:09:05 +12:00
commit 6afa84cfed
1 changed files with 4 additions and 4 deletions

View File

@ -194,10 +194,10 @@ library/time,,:mm,
library/time,,:ss,
library/tracemalloc,,:limit,"for index, stat in enumerate(top_stats[:limit], 1):"
library/turtle,,::,Example::
library/unittest,1406,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message',"
library/unittest,1406,:first,"self.assertEqual(cm.output, ['INFO:foo:first message',"
library/unittest,1406,:foo,'ERROR:foo.bar:second message'])
library/unittest,1406,:second,'ERROR:foo.bar:second message'])
library/unittest,,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message',"
library/unittest,,:first,"self.assertEqual(cm.output, ['INFO:foo:first message',"
library/unittest,,:foo,'ERROR:foo.bar:second message'])
library/unittest,,:second,'ERROR:foo.bar:second message'])
library/urllib.request,,:close,Connection:close
library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"
library/urllib.request,,:password,"""joe:password@python.org"""

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
194 library/time :ss
195 library/tracemalloc :limit for index, stat in enumerate(top_stats[:limit], 1):
196 library/turtle :: Example::
197 library/unittest 1406 :foo self.assertEqual(cm.output, ['INFO:foo:first message',
198 library/unittest 1406 :first self.assertEqual(cm.output, ['INFO:foo:first message',
199 library/unittest 1406 :foo 'ERROR:foo.bar:second message'])
200 library/unittest 1406 :second 'ERROR:foo.bar:second message'])
201 library/urllib.request :close Connection:close
202 library/urllib.request :lang xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n<head>\n
203 library/urllib.request :password "joe:password@python.org"