moto/tests/test_ec2/test_general.py

10 lines
104 B
Python
Raw Normal View History

2013-02-22 04:13:01 +00:00
import boto
from sure import expect
from moto import mock_ec2
@mock_ec2
def test_general():
pass