Skip to content
Snippets Groups Projects
Commit 3bd7191c authored by I. Nüske's avatar I. Nüske
Browse files

DOC: Update compare_entities Docstring to describe which keys are used in the diff

parent 790fb8b6
No related branches found
No related tags found
2 merge requests!175BUG: Request responses without the "Set-Cookie" header no longer overwrite the...,!165Compare_entities diff uses id instead of name where needed
Pipeline #58408 passed
...@@ -196,6 +196,8 @@ def compare_entities(entity0: Optional[Entity] = None, ...@@ -196,6 +196,8 @@ def compare_entities(entity0: Optional[Entity] = None,
that are missing in the other entity, and the 'properties' dict contains that are missing in the other entity, and the 'properties' dict contains
properties and SPECIAL_ATTRIBUTES if they are missing or different from properties and SPECIAL_ATTRIBUTES if they are missing or different from
their counterparts in the other entity. their counterparts in the other entity.
The key used to represent a parent or property is the entities name if the
name is present for both compared entities, the id otherwise.
The value of the properties dict for each listed property is again a dict The value of the properties dict for each listed property is again a dict
detailing the differences between this property and its counterpart. detailing the differences between this property and its counterpart.
...@@ -224,9 +226,9 @@ def compare_entities(entity0: Optional[Entity] = None, ...@@ -224,9 +226,9 @@ def compare_entities(entity0: Optional[Entity] = None,
Params Params
------ ------
entity0 : Entity entity0: Entity
First entity to be compared. First entity to be compared.
entity1 : Entity entity1: Entity
Second entity to be compared. Second entity to be compared.
compare_referenced_records: bool, default: False compare_referenced_records: bool, default: False
If set to True, values with referenced records If set to True, values with referenced records
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment