10 lines
117 B
Python
10 lines
117 B
Python
import boto
|
|
from sure import expect
|
|
|
|
from moto import mock_ec2
|
|
|
|
|
|
@mock_ec2
|
|
def test_elastic_ip_addresses():
|
|
pass
|