Skip to content

Commit

Permalink
feat: bind query parameters (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhajek committed Apr 1, 2021
1 parent f3a9770 commit 4920739
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/test_QueryApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,24 @@ def test_parameter_ast(self):
}
],
"imports": []
}], ["datetimeNoTZParam", datetime.datetime(2021, 3, 20, 15, 59, 10, 607352), {
"body": [
{
"assignment": {
"id": {
"name": "datetimeNoTZParam",
"type": "Identifier"
},
"init": {
"type": "DateTimeLiteral",
"value": "2021-03-20T15:59:10.607352Z"
},
"type": "VariableAssignment"
},
"type": "OptionStatement"
}
],
"imports": []
}], ["timeDeltaParam", datetime.timedelta(hours=1), {
"body": [
{
Expand Down

0 comments on commit 4920739

Please sign in to comment.