We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daa120 commit 1f31c97Copy full SHA for 1f31c97
testing/python/approx.py
@@ -1018,7 +1018,6 @@ def __len__(self):
1018
def test_decimal_approx_repr(self, monkeypatch) -> None:
1019
monkeypatch.setitem(decimal.getcontext().traps, decimal.FloatOperation, True)
1020
approx_obj = pytest.approx(decimal.Decimal("2.60"))
1021
- print(f"Attempting to represent pytest.approx(Decimal): {approx_obj}")
1022
assert decimal.Decimal("2.600001") == approx_obj
1023
1024
def test_allow_ordered_sequences_only(self) -> None:
0 commit comments