2014-08-27 11:17:06 -04:00
|
|
|
from __future__ import unicode_literals
|
2013-02-21 23:13:01 -05:00
|
|
|
import boto
|
2013-08-03 17:21:25 -04:00
|
|
|
import sure # noqa
|
2013-02-21 23:13:01 -05:00
|
|
|
|
|
|
|
from moto import mock_ec2
|
|
|
|
|
|
|
|
|
|
|
|
@mock_ec2
|
|
|
|
def test_reserved_instances():
|
|
|
|
pass
|