X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/gitweb.js?a=blobdiff_plain;f=tests%2Fconditions.py;h=969942b17e9ce0141168fd4ddad4361e6a525757;hb=25b71c6f0b10db05907128daf50c6e543e514c35;hp=fb55e008bdb316669d1fb8abc56304413cd669d2;hpb=02aa60b59cea2c0401efd785f3bb5d06aec7bf4d;p=plomtask diff --git a/tests/conditions.py b/tests/conditions.py index fb55e00..969942b 100644 --- a/tests/conditions.py +++ b/tests/conditions.py @@ -25,14 +25,6 @@ class TestsWithDB(TestCaseWithDB): self.check_versioned_from_table_row('title', str) self.check_versioned_from_table_row('description', str) - def test_Condition_by_id(self) -> None: - """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()