Remove line numbers from unittest in susp-ignored.

This commit is contained in:
Robert Collins 2015-07-23 08:08:38 +12:00
parent 16dd210543
commit 80e4f30e64
1 changed files with 4 additions and 4 deletions

View File

@ -196,10 +196,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)
196 library/time :ss
197 library/tracemalloc :limit for index, stat in enumerate(top_stats[:limit], 1):
198 library/turtle :: Example::
199 library/unittest 1406 :foo self.assertEqual(cm.output, ['INFO:foo:first message',
200 library/unittest 1406 :first self.assertEqual(cm.output, ['INFO:foo:first message',
201 library/unittest 1406 :foo 'ERROR:foo.bar:second message'])
202 library/unittest 1406 :second 'ERROR:foo.bar:second message'])
203 library/urllib.request :close Connection:close
204 library/urllib.request :lang xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n<head>\n
205 library/urllib.request :password "joe:password@python.org"