aboutsummaryrefslogtreecommitdiffstats
path: root/testing/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/__init__.py')
-rw-r--r--testing/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/__init__.py b/testing/__init__.py
index 1098f47e7..03c590604 100644
--- a/testing/__init__.py
+++ b/testing/__init__.py
@@ -39,6 +39,13 @@
from __future__ import print_function
+"""
+testing/__init__.py
+
+- install an alternative, flushing print
+- define command.main as entry point
+"""
+
import sys
from . import command