mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
split unittest.py into a package
This commit is contained in:
parent
5fee460bfa
commit
d7b0eebcae
14 changed files with 920 additions and 902 deletions
|
@ -148,7 +148,7 @@ class PyclbrTest(TestCase):
|
|||
|
||||
def test_easy(self):
|
||||
self.checkModule('pyclbr')
|
||||
self.checkModule('doctest')
|
||||
self.checkModule('doctest', ignore=("DocTestCase",))
|
||||
self.checkModule('rfc822')
|
||||
self.checkModule('difflib')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue