moto/tests/test_ec2/test_ip_addresses.py
2014-08-27 11:33:55 -04:00

11 lines
145 B
Python

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