diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-16 23:21:59 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-16 23:21:59 -0600 |
commit | 46ebe95304de710145ded8caf421c6b6950dba6d (patch) | |
tree | 455eb1da1b0a3f8794fb4fccd092b541b1949a0a /tests/test_cmd2.py | |
parent | 49f02121cbe01de1c8203a15e22ab928b37b8971 (diff) | |
download | cmd2-git-46ebe95304de710145ded8caf421c6b6950dba6d.tar.gz |
Basic structure for cmd2 as a package
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r-- | tests/test_cmd2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index e4316757..bf6d5242 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -22,8 +22,8 @@ except ImportError: from unittest import mock import cmd2 -from conftest import run_cmd, normalize, BASE_HELP, BASE_HELP_VERBOSE, \ - HELP_HISTORY, SHORTCUTS_TXT, SHOW_TXT, SHOW_LONG, StdOut +#from conftest import run_cmd, normalize, BASE_HELP, BASE_HELP_VERBOSE, \ +# HELP_HISTORY, SHORTCUTS_TXT, SHOW_TXT, SHOW_LONG, StdOut def test_ver(): |