adding ec2 stubs
This commit is contained in:
parent
0df2864f99
commit
27a086409e
59 changed files with 861 additions and 9 deletions
9
tests/test_ec2/test_dhcp_options.py
Normal file
9
tests/test_ec2/test_dhcp_options.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import boto
|
||||
from sure import expect
|
||||
|
||||
from moto import mock_ec2
|
||||
|
||||
|
||||
@mock_ec2
|
||||
def test_dhcp_options():
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue