home · contact · privacy
Refactor .all() tests.
[plomtask] / tests / conditions.py
index fb55e008bdb316669d1fb8abc56304413cd669d2..562dcd9ae01c5c681f11497b7db51247d4e6272c 100644 (file)
@@ -29,10 +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_versioned_attributes_singularity(self) -> None:
         """Test behavior of VersionedAttributes on saving (with .title)."""
         self.check_versioned_singularity()