Skip to content

Commit 3fa0fc9

Browse files
committed
Fixed doctest
1 parent 31b0b07 commit 3fa0fc9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

core/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Conjoint usage:
1313
>>> from testcontainers.core.container import DockerContainer
1414
>>> from testcontainers.core.waiting_utils import wait_for_logs
1515
>>> from testcontainers.core.image import DockerImage
16-
1716
>>> with DockerImage(tag="test-image:latest", path=".") as image:
1817
... with DockerContainer(tag=image.tag) as container:
1918
... delay = wait_for_log(container, "Server ready", 60)

core/testcontainers/core/image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class DockerImage:
1717
1818
.. doctest::
1919
>>> from testcontainers.core.image import DockerImage
20-
2120
>>> with DockerImage(path=".", tag="new_image") as image:
2221
... logs = image.get_logs()
2322

0 commit comments

Comments
 (0)