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/test_transcript.py | |
parent | 46ebe95304de710145ded8caf421c6b6950dba6d (diff) | |
download | cmd2-git-ff4ebc85bb5185efec9a072e38129c3982ad83af.tar.gz |
Most of the unit tests fixed.
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index f3d98b0a..e25d8532 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -16,7 +16,7 @@ import pytest import cmd2 from cmd2 import Cmd, Cmd2TestCase, set_posix_shlex, set_strip_quotes -#from conftest import run_cmd, StdOut, normalize +from .conftest import run_cmd, StdOut, normalize class CmdLineApp(Cmd): |