summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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