X-Git-Url: https://plomlompom.com/repos/bar%20baz.html?a=blobdiff_plain;f=tests%2Fprocesses.py;h=f495fd54714745f1f4721d92441cd922dd016132;hb=15ba54fa4132e46804e20748fd80243ad187b98c;hp=d54fe84bb1041f1084fd341803576c99457e1877;hpb=e3bfd84f9061d5f03ec5f5764f75e4137505ea45;p=plomtask diff --git a/tests/processes.py b/tests/processes.py index d54fe84..f495fd5 100644 --- a/tests/processes.py +++ b/tests/processes.py @@ -186,14 +186,6 @@ class TestsWithDB(TestCaseWithDB): """Test .by_id(), including creation""" self.check_by_id() - def test_Process_all(self) -> None: - """Test .all().""" - self.check_all() - - def test_Process_singularity(self) -> None: - """Test pointers made for single object keep pointing to it.""" - self.check_singularity('conditions', [Condition(None)]) - def test_Process_versioned_attributes_singularity(self) -> None: """Test behavior of VersionedAttributes on saving (with .title).""" self.check_versioned_singularity()