Skip to content

Commit 60e1d3d

Browse files
author
Ishmeet Bindra
committed
Check container is executing or not
1 parent d78dedd commit 60e1d3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_dynamodb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def nested_model_data_generator(include_ticket=True, **kwargs):
174174

175175
@pytest.fixture(scope="module")
176176
def dynamo():
177+
print("Testing Here")
177178
client = docker.from_env()
178179
c = client.containers.run(
179180
"dwmkerr/dynamodb",

0 commit comments

Comments
 (0)