]> granicus.if.org Git - python/commit
Change more tests to use import_module for the modules that
authorR. David Murray <rdmurray@bitdance.com>
Mon, 30 Mar 2009 23:05:48 +0000 (23:05 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 30 Mar 2009 23:05:48 +0000 (23:05 +0000)
commit3db8a3432bd84b58bdc7da2c9872777c537a4d09
tree1a274c25cb002b9cb4474ff0882e2e5a563f9038
parentdc340eedaa71bb6a86fd887a807020ccf1cbf520
Change more tests to use import_module for the modules that
should cause tests to be skipped.  Also rename import_function
to the more descriptive get_attribute and add a docstring.
17 files changed:
Lib/test/test_bsddb3.py
Lib/test/test_bz2.py
Lib/test/test_ctypes.py
Lib/test/test_curses.py
Lib/test/test_dbm.py
Lib/test/test_fork1.py
Lib/test/test_gdbm.py
Lib/test/test_ioctl.py
Lib/test/test_multiprocessing.py
Lib/test/test_nis.py
Lib/test/test_ossaudiodev.py
Lib/test/test_resource.py
Lib/test/test_sqlite.py
Lib/test/test_startfile.py
Lib/test/test_support.py
Lib/test/test_xml_etree_c.py
Lib/test/test_zlib.py