Started on batch
This commit is contained in:
parent
b17136e36c
commit
bba6d23eae
6 changed files with 73 additions and 0 deletions
11
tests/test_batch/test_batch.py
Normal file
11
tests/test_batch/test_batch.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import boto3
|
||||
import sure # noqa
|
||||
from moto import mock_batch
|
||||
|
||||
|
||||
@mock_batch
|
||||
def test_list():
|
||||
# do test
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue