Skip to content
Snippets Groups Projects
Commit 2f6ac705 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: remove comments

parent 58b2e615
No related branches found
No related tags found
3 merge requests!159Release 0.16.o,!155Review filter lists and compare_entities,!137Allow property and parent lists to be filtered.
Pipeline #56090 passed with warnings
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment