Skip to content
Snippets Groups Projects

Allow property and parent lists to be filtered.

Merged Henrik tom Wörden requested to merge f-lists into dev
3 unresolved threads
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
+ 0
6
@@ -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?
Loading