From 4a3d01b679c5db7f6cb670ca981a953eb3b98dc5 Mon Sep 17 00:00:00 2001 From: kotfu Date: Mon, 16 Apr 2018 23:03:49 -0600 Subject: Basic structure for cmd2 as a package Still have a fair amount of work to do to get this sorted. --- tests/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/__init__.py (limited to 'tests/__init__.py') 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 -- cgit v1.2.1