Skip to content

Commit

Permalink
reorganize tests to match botocore
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Dec 15, 2024
1 parent 872ccc3 commit 3e0a077
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 4 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
AioSSOProvider,
)
from aiobotocore.session import AioSession

from .helpers import StubbedSession
from tests.boto_tests.helpers import StubbedSession


def random_chars(num_chars):
Expand Down
File renamed without changes.
File renamed without changes.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from aiobotocore import credentials
from aiobotocore.session import AioSession
from tests.boto_tests.test_credentials import full_url
from tests.boto_tests.unit.test_credentials import full_url


# From class TestRefreshableCredentials(TestCredentials):
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from aiobotocore import utils
from aiobotocore.awsrequest import AioAWSResponse
from aiobotocore.utils import AioInstanceMetadataFetcher
from tests.boto_tests.test_utils import fake_aiohttp_session
from tests.boto_tests.unit.test_utils import fake_aiohttp_session
from tests.test_response import AsyncBytesIO


Expand Down

0 comments on commit 3e0a077

Please sign in to comment.