add freezegun and test DeletionDate for chedule_key_deletion

This commit is contained in:
Jon Beilke 2018-10-05 16:21:16 -05:00
commit 7e96203020
2 changed files with 16 additions and 11 deletions

View file

@ -4,6 +4,7 @@ import boto.kms
from moto.core import BaseBackend, BaseModel
from .utils import generate_key_id
from collections import defaultdict
from datetime import datetime, timedelta
class Key(BaseModel):