diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-01-24 16:10:18 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-01-24 16:10:18 -0500 |
commit | 95961816178cfe7c2bf7ef2e6dd450d53a5a7982 (patch) | |
tree | e655391677a2794cdf4b3d56181fb4188087d6f2 /tests/test_utils.py | |
parent | 1fdb9a9463eeafb7b8644f341a1df36007c00c52 (diff) | |
download | cmd2-git-95961816178cfe7c2bf7ef2e6dd450d53a5a7982.tar.gz |
Increased code coverage
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r-- | tests/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index 2f727aaf..75d4479a 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -122,7 +122,7 @@ def test_quot_string_if_needed_no(): @pytest.fixture def stdout_sim(): - stdsim = cu.StdSim(sys.stdout) + stdsim = cu.StdSim(sys.stdout, echo=True) return stdsim @pytest.fixture |