Skip to content

Commit d78dedd

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_dynamodb.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ def nested_query_data_empty_ticket(nested_table):
294294

295295

296296
def test_save_get_delete_simple(dynamo, simple_table):
297+
import os
298+
print(os.popen("docker ps").read())
297299
data = simple_model_data_generator()
298300
a = SimpleKeyModel.parse_obj(data)
299301
a.save()

0 commit comments

Comments
 (0)