moto/tests/test_ec2/test_customer_gateways.py

11 lines
150 B
Python
Raw Normal View History

from __future__ import unicode_literals
2013-02-22 04:13:01 +00:00
import boto
2013-08-03 21:21:25 +00:00
import sure # noqa
2013-02-22 04:13:01 +00:00
from moto import mock_ec2
@mock_ec2
def test_customer_gateways():
pass