|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/lib64/python2.4/test/ |
Upload File : |
mò
‚=5Dc @ s= d Z d k Z d „ Z d „ Z e d j o e ƒ n d S( sk Test script for unittest.
This just includes tests for new features. We really need a
full set of tests.
Nc C s d S( s
>>> test1 = unittest.FunctionTestCase(lambda: None)
>>> test2 = unittest.FunctionTestCase(lambda: None)
>>> suite = unittest.TestSuite((test1, test2))
>>> tests = []
>>> for test in suite:
... tests.append(test)
>>> tests == [test1, test2]
True
N( ( ( ( t* /usr/lib64/python2.4/test/test_unittest.pyt test_TestSuite_iter s
c C s* d k l } l } | i | d t ƒd S( N( s test_supports
test_unittestt verbosity( t testt test_supportt
test_unittestt run_doctestt True( R R ( ( R t test_main s t __main__( t __doc__t unittestR R t __name__( R R R ( ( R t ? s