moto/tests/test_dynamodb2
Thomas Ross 67ae84e2c4
Only raise EmptyKeyAttributeException when the value node is empty (#4014)
This fixes a bug where all updates to keys (including GSIs) would raise
EmptyKeyAttributeException, even when the new value was not an empty string.
2021-06-17 12:19:47 +01:00
..
__init__.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
conftest.py Add support for empty strings in non-key dynamo attributes (#3467) 2020-11-17 09:12:39 +00:00
test_dynamodb.py Add support for DynamoDB Backup/Restore (#3995) 2021-06-10 07:05:07 +01:00
test_dynamodb_executor.py dynamodb: fix deleting last set element (w/attr name) (#3708) 2021-02-19 07:47:51 +00:00
test_dynamodb_expression_tokenizer.py Fix DynamoDb2 ExpressionAttributeNames can start with a number (#3206) 2020-07-31 17:46:48 +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 Improve dynamodb query case sensitivity (#3799) (#3800) 2021-03-25 20:22:36 +00:00
test_dynamodb_table_without_range_key.py Enable AST Validation 2020-04-19 16:58:46 +01:00
test_dynamodb_validation.py Only raise EmptyKeyAttributeException when the value node is empty (#4014) 2021-06-17 12:19:47 +01:00
test_server.py Add CRC32 to DynamoDB responses (#3677) 2021-02-12 14:26:06 +00:00