cpython/Lib/importlib/test/import_
Brett Cannon 2153dc001f Move over to using assertRaises as a context manager for importlib tests.
Obviously one shouldn't do whole sale conversions like this, but I was already
going through the test code and I was bored at the airport.
2009-08-27 23:49:21 +00:00
..
__init__.py
test___package__.py Make __package__ setting tests specific to importlib. Also move to assertRaises context manager. 2009-08-27 23:46:38 +00:00
test_caching.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_fromlist.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_meta_path.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_packages.py Move over to using assertRaises as a context manager for importlib tests. 2009-08-27 23:49:21 +00:00
test_path.py Remove unused import for function that no longer exists. 2009-07-01 02:51:00 +00:00
test_relative_imports.py Move over to using assertRaises as a context manager for importlib tests. 2009-08-27 23:49:21 +00:00
util.py Move a test-skipping decorator over to unittest.skipIf. 2009-08-27 23:44:18 +00:00