moto/tests/test_dynamodb2
pvbouwel 9e7803dc36
[Bugfix] UpdateExpression using ADD from zero (#2975)
When using the ADD syntax to sum up different components
the path that is provided is allowed to be non-existent.
In such a case DynamoDB will initialize it depending on
the type of the value.
If it is a number it will be initialized with 0.
If it is a set it will be initialized with an empty set.
2020-05-07 21:29:20 +01:00
..
test_dynamodb_executor.py Improve DDB expressions support4: Execution using AST 2020-04-26 15:59:12 +01:00
test_dynamodb_expression_tokenizer.py Better DDB expressions support1: TokenizationDDB 2020-04-18 09:16:23 +01:00
test_dynamodb_expressions.py Improve DDB expressions support3: AST Validation 2020-04-19 16:58:07 +01:00
test_dynamodb_table_with_range_key.py [Bugfix] UpdateExpression using ADD from zero (#2975) 2020-05-07 21:29:20 +01:00
test_dynamodb_table_without_range_key.py Enable AST Validation 2020-04-19 16:58:46 +01:00
test_dynamodb_validation.py Improve DDB expressions support3: AST Validation 2020-04-19 16:58:07 +01:00
test_dynamodb.py [Bugfix] UpdateExpression using ADD from zero (#2975) 2020-05-07 21:29:20 +01:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00