adding ec2 stubs

This commit is contained in:
Steve Pulec 2013-02-21 23:13:01 -05:00
commit 27a086409e
59 changed files with 861 additions and 9 deletions

View file

@ -5,7 +5,6 @@ from sure import expect
from moto import mock_ec2
@mock_ec2
def test_instance_launch_and_terminate():
conn = boto.connect_ec2('the_key', 'the_secret')