We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e52a0e commit 749cf31Copy full SHA for 749cf31
Pipfile
@@ -27,7 +27,6 @@ pytest-mock = "*"
27
sphinx = "*"
28
sphinx-autobuild = "*"
29
sphinx-rtd-theme = "*"
30
-tableformatter="*"
31
twine = ">=1.11"
32
33
[pipenv]
tests/test_cmd2.py
@@ -16,6 +16,9 @@
16
from unittest import (
17
mock,
18
)
19
+from cmd2.rl_utils import (
20
+ readline,
21
+)
22
23
import pytest
24
0 commit comments