Added author to files

This commit is contained in:
Shay Nehmad 2019-04-16 11:01:58 +03:00
parent ce633af3d1
commit a6a10d3a1a
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from botocore.exceptions import ClientError
from common.cloud.aws_instance import AwsInstance
__author__ = 'itay.mizeretz'
__author__ = ['itay.mizeretz', 'shay.nehmad']
INSTANCE_INFORMATION_LIST_KEY = 'InstanceInformationList'
INSTANCE_ID_KEY = 'InstanceId'

View File

@ -4,6 +4,9 @@ from aws_service import filter_instance_data_from_aws_response
import json
__author__ = 'shay.nehmad'
class TestFilter_instance_data_from_aws_response(TestCase):
def test_filter_instance_data_from_aws_response(self):
json_response_full = """