X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/move_up?a=blobdiff_plain;f=tests%2Ftodos.py;h=56aaf48ccc1faa917b23fd89443678efa049c396;hb=02aa60b59cea2c0401efd785f3bb5d06aec7bf4d;hp=b73f5d7fcb7b0a2c53256593e8e9867e86d2b89e;hpb=e3bfd84f9061d5f03ec5f5764f75e4137505ea45;p=plomtask diff --git a/tests/todos.py b/tests/todos.py index b73f5d7..56aaf48 100644 --- a/tests/todos.py +++ b/tests/todos.py @@ -202,10 +202,6 @@ class TestsWithDB(TestCaseWithDB, TestCaseSansDB): self.assertEqual(len(todo_3.children), 1) self.assertEqual(todo_3.children[0].process, proc4) - def test_Todo_singularity(self) -> None: - """Test pointers made for single object keep pointing to it.""" - self.check_singularity('is_done', True, self.proc, False, self.date1) - def test_Todo_remove(self) -> None: """Test removal.""" todo_1 = Todo(None, self.proc, False, self.date1)