Provide module docstrings for the two main test drivers in importlib that

explain what they are for and how to use command-line arguments to tweak
semantics.
This commit is contained in:
Brett Cannon 2009-08-30 08:39:57 +00:00
parent 6cc8310ded
commit 12c3fc9343
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,9 @@
"""Run importlib's test suite.
Specifying the ``--builtin`` flag will run tests, where applicable, with
builtins.__import__ instead of importlib.__import__.
"""
import importlib
from importlib.test.import_ import util
import os.path