moto/tests/test_dynamodb2
Nuno Santos 74b56faafd Attempt to parse simple ConditionExpressions in DynamoDB put_item().
Internally these get converted into simpler Expected={} parameters, so
for now only `attribute_exists` and `attribute_not_exists` are supported;
OR is also not suported since `expected` does not support it.
2016-11-04 12:37:10 +01:00
..
test_dynamodb_table_with_range_key.py Attempt to parse simple ConditionExpressions in DynamoDB put_item(). 2016-11-04 12:37:10 +01:00
test_dynamodb_table_without_range_key.py fix: dynamodb2 conditions 2016-09-23 16:14:17 +01:00
test_dynamodb.py Support Python 3 using six 2014-08-28 10:57:43 -04:00
test_server.py Support Python 3 using six 2014-08-28 10:57:43 -04:00