mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix tests for #11798
This commit is contained in:
parent
eb97368451
commit
7c1017bfee
2 changed files with 10 additions and 4 deletions
|
|
@ -142,7 +142,7 @@ class PyclbrTest(TestCase):
|
|||
self.checkModule('pyclbr')
|
||||
self.checkModule('ast')
|
||||
self.checkModule('doctest', ignore=("TestResults", "_SpoofOut",
|
||||
"DocTestCase"))
|
||||
"DocTestCase", '_DocTestSuite'))
|
||||
self.checkModule('difflib', ignore=("Match",))
|
||||
|
||||
def test_decorators(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue