summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-01-24 16:10:18 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-01-24 16:10:18 -0500
commit95961816178cfe7c2bf7ef2e6dd450d53a5a7982 (patch)
treee655391677a2794cdf4b3d56181fb4188087d6f2
parent1fdb9a9463eeafb7b8644f341a1df36007c00c52 (diff)
downloadcmd2-git-95961816178cfe7c2bf7ef2e6dd450d53a5a7982.tar.gz
Increased code coverage
-rw-r--r--tests/test_utils.py2
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