cpython/Lib/importlib/test
Brett Cannon c5951fc996 Make __package__ setting tests specific to importlib. Also move to assertRaises context manager. 2009-08-27 23:46:38 +00:00
..
builtin convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
extension convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
frozen convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
import_ Make __package__ setting tests specific to importlib. Also move to assertRaises context manager. 2009-08-27 23:46:38 +00:00
source Implement the PEP 302 protocol for get_filename() as 2009-07-20 04:23:48 +00:00
__init__.py Importlib was using custom code to discover all test modules in importlib.test. 2009-07-15 04:08:33 +00:00
__main__.py Importlib was using custom code to discover all test modules in importlib.test. 2009-07-15 04:08:33 +00:00
abc.py Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00
benchmark.py Add simple tests for __import__ for future optimizations to importlib. 2009-03-30 15:53:01 +00:00
test_abc.py Implement the PEP 302 protocol for get_filename() as 2009-07-20 04:23:48 +00:00
test_api.py Add a test for importlib.import_module. 2009-03-04 01:02:54 +00:00
test_util.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
util.py Remove custom test-skipping code in importlib tests for unittest code. 2009-07-20 01:05:40 +00:00