moto/tests/test_ec2/test_amazon_dev_pay.py
2018-12-21 12:28:56 +01:00

11 lines
157 B
Python

from __future__ import unicode_literals
import boto
import sure # noqa
from moto import mock_ec2
@mock_ec2
def test_amazon_dev_pay():
pass