moto/tests/test_dynamodb2
Iain Bullard 88a1134657
Fix DynamoDb2 ExpressionAttributeNames can start with a number (#3206)
When using pynamodb's support for transactions it makes use of of
ExpressionAttributeNames that look like #0 #1 etc. According to

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ExpressionAttributeNames.html

And when testing against dynamodb-local these work without issue,
however, when testing with moto they fail.
2020-07-31 17:46:48 +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 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 DynamoDB - Add default GSI throughput 2020-06-13 20:27:05 +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 Fix dynamodb2 KEYS_ONLY Indexes (#3125) 2020-07-14 13:42:13 +01:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00