From a1a35d0cb95eccd0967a4cafbdd848ecc4273873 Mon Sep 17 00:00:00 2001 From: Reagan Lee <96998476+reaganjlee@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:12:39 -0700 Subject: [PATCH] Implement suggestions Update testing/test_assertion.py Co-authored-by: Bruno Oliveira Update testing/test_assertion.py Co-authored-by: Bruno Oliveira other clean --- testing/test_assertion.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing/test_assertion.py b/testing/test_assertion.py index 4bcfbe6b7..2a38b2a9f 100644 --- a/testing/test_assertion.py +++ b/testing/test_assertion.py @@ -1391,10 +1391,8 @@ class TestSetAssertions: [ "*E*Extra items in the left set:*", "*E*'x'", - # "*E*50*", ] ) - assert True # only reached if no error above @pytest.mark.parametrize("op", [">", "<", "!="]) def test_set_proper_superset_equal(self, pytester: Pytester, op) -> None: @@ -1415,7 +1413,6 @@ class TestSetAssertions: "*E*Both sets are equal*", ] ) - assert True # only reached if no error above def test_pytest_assertrepr_compare_integration(self, pytester: Pytester) -> None: pytester.makepyfile(