moto/tests/test_dynamodb2
Gary Donovan 0b15bb13b6 Make EQ conditions work reliably in DynamoDB.
The AWS API represents a set object as a list of values. Internally
moto also represents a set as a list. This means that when we do value
comparisons, the order of the values can cause a set equality test to
fail.
2019-01-10 21:39:12 +11:00
..
test_dynamodb_table_with_range_key.py Improve code coverage 2017-09-12 23:41:12 -07:00
test_dynamodb_table_without_range_key.py Make EQ conditions work reliably in DynamoDB. 2019-01-10 21:39:12 +11:00
test_dynamodb.py Merge pull request #1892 from drewpearce/dynamodb-ne 2018-12-28 21:23:01 -05:00
test_server.py Support Python 3 using six 2014-08-28 10:57:43 -04:00