Sha256: 669a92db219823ba92acfc0cd95c89329ed63b7d6d975a1ccfc083f7d41fa969
Contents?: true
Size: 305 Bytes
Versions: 30
Compression:
Stored size: 305 Bytes
Contents
# Copyright (C) 2001,2002 Python Software Foundation # email package unit tests import unittest # The specific tests now live in Lib/email/test from email.test.test_email import suite from test_support import run_suite def test_main(): run_suite(suite()) if __name__ == '__main__': test_main()
Version data entries
30 entries across 30 versions & 1 rubygems