From 83137c89e926155b9c905cc6c64c84e02ec87076 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 14 Feb 2020 02:16:25 +0100 Subject: [PATCH] tests: test_unicode_plus_minus: use unicode sign directly (#6727) Was globbed for Python 2 before (57c448991). --- testing/python/approx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/python/approx.py b/testing/python/approx.py index f72045624..76d995773 100644 --- a/testing/python/approx.py +++ b/testing/python/approx.py @@ -452,7 +452,7 @@ class TestApprox: expected = "4.0e-06" result = testdir.runpytest() result.stdout.fnmatch_lines( - ["*At index 0 diff: 3 != 4 * {}".format(expected), "=* 1 failed in *="] + ["*At index 0 diff: 3 != 4 ± {}".format(expected), "=* 1 failed in *="] ) @pytest.mark.parametrize(