From 2f6ac705ab816d1ae9fb95513c273f2b18b0f5c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Tue, 8 Oct 2024 11:49:08 +0200
Subject: [PATCH] DOC: remove comments

---
 unittests/test_entity.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/unittests/test_entity.py b/unittests/test_entity.py
index 9c7816a1..896293c4 100644
--- a/unittests/test_entity.py
+++ b/unittests/test_entity.py
@@ -143,13 +143,7 @@ def test_parent_list():
     assert "not found" in str(ve.value)
     assert len(pl) == 2
 
-    # TODO also check other built-in list functions: insert, pop, clear, count
     # TODO also check pl1 == pl2
-    # TODO what is with RecordType(name='A', id=100) in pl? I.e., fitting name,
-    # but id of corresponding element in pl is None. Same of course for
-    # RecordType(name='C', id=101) in pl, i.e. fitting id, but name of element
-    # in pl is None.
-    # TODO what is with the ambiguous RecordType(name='A', id=101) in pl?
 
 
 
-- 
GitLab