diff options
author | kmvanbrunt <kmvanbrunt@gmail.com> | 2018-12-03 13:15:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 13:15:24 -0500 |
commit | fb3486fae7df048c2ff9302ee9bf87fbe43461fb (patch) | |
tree | b18104ff9fb35bf46beba1b52a9af2fcb42c8826 /tests/conftest.py | |
parent | c3a7380314067f63d62b85710cf5643fdb7347f9 (diff) | |
parent | a73a3c4020dbf02ec00ceb77c5f3677d8bc94d3c (diff) | |
download | cmd2-git-fb3486fae7df048c2ff9302ee9bf87fbe43461fb.tar.gz |
Merge pull request #604 from python-cmd2/tweaks
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: |