X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=tests%2Fconditions.py;h=562dcd9ae01c5c681f11497b7db51247d4e6272c;hb=aa0f1ff1b3ccb57a1c3c2772fc6a172643cdab73;hp=afb1841e9a6c230a64f66c9144169999e70da372;hpb=e3bfd84f9061d5f03ec5f5764f75e4137505ea45;p=plomtask diff --git a/tests/conditions.py b/tests/conditions.py index afb1841..562dcd9 100644 --- a/tests/conditions.py +++ b/tests/conditions.py @@ -29,14 +29,6 @@ class TestsWithDB(TestCaseWithDB): """Test .by_id(), including creation.""" self.check_by_id() - def test_Condition_all(self) -> None: - """Test .all().""" - self.check_all() - - def test_Condition_singularity(self) -> None: - """Test pointers made for single object keep pointing to it.""" - self.check_singularity('is_active', True) - def test_Condition_versioned_attributes_singularity(self) -> None: """Test behavior of VersionedAttributes on saving (with .title).""" self.check_versioned_singularity()