diff options
Diffstat (limited to 'Lib/unittest/main.py')
-rw-r--r-- | Lib/unittest/main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/unittest/main.py b/Lib/unittest/main.py index e6237b0..e04ec16 100644 --- a/Lib/unittest/main.py +++ b/Lib/unittest/main.py @@ -6,6 +6,8 @@ import types from . import loader, runner +__unittest = True + USAGE_AS_MAIN = """\ Usage: %(progName)s [options] [tests] |