diff options
Diffstat (limited to 'tests/test_argparse.py')
-rw-r--r-- | tests/test_argparse.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_argparse.py b/tests/test_argparse.py index db6dea21..daf43497 100644 --- a/tests/test_argparse.py +++ b/tests/test_argparse.py @@ -9,6 +9,7 @@ from typing import Optional import pytest import cmd2 + from .conftest import run_cmd # Prefer statically linked gnureadline if available (for macOS compatibility due to issues with libedit) |