From 95961816178cfe7c2bf7ef2e6dd450d53a5a7982 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 24 Jan 2019 16:10:18 -0500 Subject: Increased code coverage --- tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_utils.py') 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 -- cgit v1.2.1