Skip to content

Commit 68fc207

Browse files
author
Ishmeet Bindra
committed
Removed print statement
1 parent 30418b2 commit 68fc207

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_dynamodb.py

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

175175
@pytest.fixture(scope="module")
176176
def dynamo():
177-
print("Testing Here")
178177
client = docker.from_env()
179178
c = client.containers.run(
180179
"dwmkerr/dynamodb",
@@ -191,8 +190,6 @@ def dynamo():
191190

192191
@pytest.fixture(scope="module")
193192
def simple_table(dynamo):
194-
import os
195-
print(os.popen("docker ps").read())
196193
if not SimpleKeyModel.exists():
197194
SimpleKeyModel.initialize()
198195
assert SimpleKeyModel.exists()

0 commit comments

Comments
 (0)