diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-16 23:34:23 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-16 23:34:23 -0600 |
commit | ff4ebc85bb5185efec9a072e38129c3982ad83af (patch) | |
tree | 9413ba579ca3874c6634710b32ce458ca9719ed1 /tests/__init__.py | |
parent | 46ebe95304de710145ded8caf421c6b6950dba6d (diff) | |
download | cmd2-git-ff4ebc85bb5185efec9a072e38129c3982ad83af.tar.gz |
Most of the unit tests fixed.
Diffstat (limited to 'tests/__init__.py')
-rw-r--r-- | tests/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/__init__.py b/tests/__init__.py index 6d3e5a82..2aeb9ddf 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,4 @@ # # -*- coding: utf-8 -*- # -from .conftest import run_cmd, StdOut, normalize, BASE_HELP, BASE_HELP_VERBOSE, \ - HELP_HISTORY, SHORTCUTS_TXT, SHOW_TXT, SHOW_LONG + |