moto/tests/test_dynamodb2
Gary Donovan 802402bdba Tweak comparison to treat NULL/NOT_NULL correctly. (#1709)
The AWS documentation says that a ComparisonOperator of NULL means
the attribute should not exist, whereas NOT_NULL means that the
attribute should exist. It explicitly says that an attribute with a
value of NULL is considered to exist, which contradicts our previous
implementation. This affects both put_item and get_item in dynamodb2.

https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Condition.html
2018-07-13 10:11:10 +01: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 Tweak comparison to treat NULL/NOT_NULL correctly. (#1709) 2018-07-13 10:11:10 +01:00
test_dynamodb.py Added a test that queries an index when created via the table resource update 2018-06-06 12:51:51 -04:00
test_server.py Support Python 3 using six 2014-08-28 10:57:43 -04:00