summaryrefslogtreecommitdiff
path: root/tests/test_argparse.py
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2018-04-18 00:05:01 -0400
committerEric Lin <anselor@gmail.com>2018-04-18 00:05:01 -0400
commita448192c3747ac95c04d85c0da4abfb90297251a (patch)
tree4d980b26f595927016ba3fddbc8e5ba7dd107da4 /tests/test_argparse.py
parent93cc2461282067a3601d6ac546a99a40a60eef93 (diff)
parent01e434183d3333b1be03c293a82e36b034e0f78b (diff)
downloadcmd2-git-a448192c3747ac95c04d85c0da4abfb90297251a.tar.gz
Merge remote-tracking branch 'origin/master' into autocompleter
Updated AutoCompleter (#349) to match new directory structure from packaging effort.
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 7096848a..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: