This website requires JavaScript.
Explore
Help
Register
Sign In
Yasuke
/
moto
Watch
1
Star
0
Fork
0
You've already forked moto
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
moto
/
tests
/
test_dynamodb2
History
Bert Blommers
e1fc3a9596
#3506
- DynamoDB - Allow StringSets to be passed to update_item() (
#3519
)
2020-12-07 09:31:53 +00: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_executor.py
Add support for empty strings in non-key dynamo attributes (
#3467
)
2020-11-17 09:12:39 +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
…
test_dynamodb_table_with_range_key.py
Finish porting from nose to pytest.
2020-11-10 08:25: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
Add support for empty strings in non-key dynamo attributes (
#3467
)
2020-11-17 09:12:39 +00:00
test_dynamodb.py
#3506
- DynamoDB - Allow StringSets to be passed to update_item() (
#3519
)
2020-12-07 09:31:53 +00:00
test_server.py
…