mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
This commit is contained in:
parent
ad57d97596
commit
bec087f29d
31 changed files with 75 additions and 75 deletions
|
@ -4,7 +4,7 @@ import os
|
|||
import sys
|
||||
import pickle
|
||||
from StringIO import StringIO
|
||||
from test.test_support import verbose, run_unittest, SkipTest
|
||||
from test.test_support import verbose, run_unittest
|
||||
import unittest
|
||||
|
||||
import xml.dom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue