"README.md" did not exist on "0488db0857775790481eec09e2cc433b760e43ec"
test that the counter works
Compare changes
- Hans Fangohr authored
- sys.__stdout__ is the value stdout had at the beginning of the Python program. - instead, let's reconnect to the stdout stream we used immediately before we redirected into the StringIO object. This should be (mildly) more robust.
+ 2
− 1
@@ -102,10 +102,11 @@ def test_run_method(tmp_path):
@@ -102,10 +102,11 @@ def test_run_method(tmp_path):