File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 53
53
54
54
ddb_string = text (
55
55
min_size = 1 ,
56
- max_size = MAX_ITEM_BYTES ,
57
- alphabet = characters (
58
- blacklist_categories = ('Cs' ,),
59
- blacklist_characters = ('"' , "'" ) # Quotes break moto :(
60
- )
56
+ max_size = MAX_ITEM_BYTES
61
57
)
62
58
ddb_string_set = sets (ddb_string , min_size = 1 )
63
59
@@ -100,11 +96,7 @@ def _ddb_fraction_to_decimal(val):
100
96
)
101
97
ddb_attribute_names = text (
102
98
min_size = 1 ,
103
- max_size = 255 ,
104
- alphabet = characters (
105
- blacklist_categories = ('Cs' ,),
106
- blacklist_characters = ('"' , "'" ) # Quotes break moto :(
107
- )
99
+ max_size = 255
108
100
)
109
101
# TODO: List and Map types have a max depth of 32
110
102
ddb_map_type = deferred (lambda : dictionaries (
Original file line number Diff line number Diff line change 1
1
hypothesis
2
2
mock
3
- moto
3
+ git+https://github.com/spulec/ moto.git
4
4
pytest >= 3.3.1
5
5
pytest-cov
6
6
pytest-mock
You can’t perform that action at this time.
0 commit comments