Skip to content

Commit 2ba5f5e

Browse files
committed
remove aws_encryption_sdk from integration test namespace
1 parent 6d31a4e commit 2ba5f5e

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

test/integration/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License"). You
44
# may not use this file except in compliance with the License. A copy of
@@ -10,3 +10,4 @@
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
1111
# ANY KIND, either express or implied. See the License for the specific
1212
# language governing permissions and limitations under the License.
13+
"""Dummy stub to make linters work better."""

test/integration/aws_encryption_sdk/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/integration/aws_encryption_sdk/test_client.py renamed to test/integration/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from aws_encryption_sdk.identifiers import USER_AGENT_SUFFIX, Algorithm
2222
from aws_encryption_sdk.key_providers.kms import KMSMasterKey, KMSMasterKeyProvider
2323

24-
from ..integration_test_utils import (
24+
from .integration_test_utils import (
2525
get_cmk_arn,
2626
setup_kms_master_key_provider,
2727
setup_kms_master_key_provider_with_botocore_session,

test/integration/aws_encryption_sdk/test_thread_safety.py renamed to test/integration/test_thread_safety.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import aws_encryption_sdk
2525

26-
from ..integration_test_utils import get_cmk_arn, setup_kms_master_key_provider
26+
from .integration_test_utils import get_cmk_arn, setup_kms_master_key_provider
2727

2828
pytestmark = [pytest.mark.integ]
2929

0 commit comments

Comments
 (0)