Skip to content

Commit

Permalink
tests: updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Nov 28, 2023
1 parent 276907a commit eec67bf
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def result_set_expression_load_and_dump_equals_data() -> Iterator[ParameterSet]:
"identifier": "bla",
},
"chainTo": "destination",
"direction": "outwards",
},
"limit": 1,
}
Expand All @@ -33,6 +34,7 @@ def result_set_expression_load_and_dump_equals_data() -> Iterator[ParameterSet]:
"nodes": {
"filter": {"range": {"lt": 2000, "property": ["IntegrationTestsImmutable", "Movie/2", "releaseYear"]}},
"chainTo": "destination",
"direction": "outwards",
}
}
loaded_node = q.NodeResultSetExpression(
Expand Down Expand Up @@ -128,6 +130,7 @@ def query_load_yaml_data() -> Iterator[ParameterSet]:
property: ["node", "externalId"]
value: {"parameter": "airplaneExternalId"}
chainTo: destination
direction: outwards
limit: 1
lands_in_airports:
edges:
Expand All @@ -142,6 +145,7 @@ def query_load_yaml_data() -> Iterator[ParameterSet]:
airports:
nodes:
chainTo: destination
direction: outwards
from: lands_in_airports
parameters:
airplaneExternalId: myFavouriteAirplane
Expand Down Expand Up @@ -178,6 +182,7 @@ def query_load_yaml_data() -> Iterator[ParameterSet]:
- releaseYear
value: 1994
chainTo: destination
direction: outwards
select:
movies:
sources:
Expand Down

0 comments on commit eec67bf

Please sign in to comment.