diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-11-30 18:55:37 -0500 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-11-30 18:55:37 -0500 |
| commit | 400ab5743362aa89b81d484884dfbc5e0ef388bb (patch) | |
| tree | 4d74129c9fe62e55fac99bae5e573eac7b67a2d6 /tests/conftest.py | |
| parent | c3a7380314067f63d62b85710cf5643fdb7347f9 (diff) | |
| download | cmd2-git-400ab5743362aa89b81d484884dfbc5e0ef388bb.tar.gz | |
Made it so default_to_shell results in do_shell being called so that output can be captured
Diffstat (limited to 'tests/conftest.py')
| -rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index da7e8b08..ac6a1896 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -59,7 +59,7 @@ positional arguments: arg empty all history items a one history item by number a..b, a:b, a:, ..b items by indices (inclusive) - [string] items containing string + string items containing string /regex/ items matching regular expression optional arguments: |
