mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
convert old fail* assertions to assert*
This commit is contained in:
parent
98d23f2e06
commit
c9c0f201fe
275 changed files with 4540 additions and 4540 deletions
|
@ -251,7 +251,7 @@ if hasattr(poplib, 'POP3_SSL'):
|
|||
self.client = poplib.POP3_SSL(self.server.host, self.server.port)
|
||||
|
||||
def test__all__(self):
|
||||
self.assert_('POP3_SSL' in poplib.__all__)
|
||||
self.assertTrue('POP3_SSL' in poplib.__all__)
|
||||
|
||||
|
||||
class TestTimeouts(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue