Skip to content

Commit

Permalink
Rename module with test container
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Nov 10, 2023
1 parent 576e4ef commit 1e7036e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from testcontainers.kafka import KafkaContainer

from hexkit.custom_types import JsonObject
from hexkit.providers.akafka.containers import DEFAULT_IMAGE as KAFKA_IMAGE
from hexkit.providers.akafka.testcontainer import DEFAULT_IMAGE as KAFKA_IMAGE
from stream_calc.config import Config
from stream_calc.main import main

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/hexkit/providers/akafka/testutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
from testcontainers.kafka import KafkaContainer

from hexkit.custom_types import Ascii, JsonObject, PytestScope
from hexkit.providers.akafka.containers import DEFAULT_IMAGE as KAFKA_IMAGE
from hexkit.providers.akafka.provider import (
ConsumerEvent,
KafkaConfig,
KafkaEventPublisher,
get_event_type,
)
from hexkit.providers.akafka.testcontainer import DEFAULT_IMAGE as KAFKA_IMAGE


@dataclass(frozen=True)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_akafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
KafkaEventPublisher,
KafkaEventSubscriber,
)
from hexkit.providers.akafka.containers import KafkaSSLContainer
from hexkit.providers.akafka.testcontainer import KafkaSSLContainer
from hexkit.providers.akafka.testutils import ( # noqa: F401
ExpectedEvent,
KafkaFixture,
Expand Down

0 comments on commit 1e7036e

Please sign in to comment.