summaryrefslogtreecommitdiff
path: root/tests/test_argparse.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-04-16 23:34:23 -0600
committerkotfu <kotfu@kotfu.net>2018-04-16 23:34:23 -0600
commitff4ebc85bb5185efec9a072e38129c3982ad83af (patch)
tree9413ba579ca3874c6634710b32ce458ca9719ed1 /tests/test_argparse.py
parent46ebe95304de710145ded8caf421c6b6950dba6d (diff)
downloadcmd2-git-ff4ebc85bb5185efec9a072e38129c3982ad83af.tar.gz
Most of the unit tests fixed.
Diffstat (limited to 'tests/test_argparse.py')
-rw-r--r--tests/test_argparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_argparse.py b/tests/test_argparse.py
index 569dc57b..6a9a93a7 100644
--- a/tests/test_argparse.py
+++ b/tests/test_argparse.py
@@ -8,7 +8,7 @@ import pytest
import cmd2
from unittest import mock
-#from conftest import run_cmd, StdOut
+from .conftest import run_cmd, StdOut
# Prefer statically linked gnureadline if available (for macOS compatibility due to issues with libedit)
try: