moto/moto/core
grahamlyons f3debf8f6f Test and fix bug for snapshot searching
The logic which contructed a list of values for parameters with
multiple values was flawed in that e.g. `Subnet.1` and `Subnet.10`
would be have their values counted against `Subnet.1` because they
share a prefix.

This now checks for a starting `.` before counting that name as
having the requested prefix.
2018-01-29 14:30:21 +00:00
..
__init__.py Add BaseModel to all models. 2017-03-11 23:41:12 -05:00
exceptions.py Completed events 2017-10-28 20:17:34 +01:00
models.py utf 8 in key deletions V2 (#1321) 2017-11-06 13:39:08 -08:00
responses.py Test and fix bug for snapshot searching 2018-01-29 14:30:21 +00:00
urls.py First version of dashboard. 2017-03-11 22:45:42 -05:00
utils.py return 404 error on missing action 2017-12-27 22:58:24 -05:00