summaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-04-16 23:03:49 -0600
committerkotfu <kotfu@kotfu.net>2018-04-16 23:03:49 -0600
commit4a3d01b679c5db7f6cb670ca981a953eb3b98dc5 (patch)
tree455eb1da1b0a3f8794fb4fccd092b541b1949a0a /tests/__init__.py
parent33f2f03610f6c71ed232fe3b608f8592dec88428 (diff)
downloadcmd2-git-4a3d01b679c5db7f6cb670ca981a953eb3b98dc5.tar.gz
Basic structure for cmd2 as a package
Still have a fair amount of work to do to get this sorted.
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100644
index 00000000..6d3e5a82
--- /dev/null
+++ b/tests/__init__.py
@@ -0,0 +1,5 @@
+#
+# -*- coding: utf-8 -*-
+#
+from .conftest import run_cmd, StdOut, normalize, BASE_HELP, BASE_HELP_VERBOSE, \
+ HELP_HISTORY, SHORTCUTS_TXT, SHOW_TXT, SHOW_LONG