Skip to content

Commit 9d3806e

Browse files
committed
remove printf from tests
1 parent 70f19bf commit 9d3806e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

unittests/test_schema.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import jsonschema
77
import pytest
8-
import pprint
98
import yaml
109

1110
import stackinator.schema as schema
@@ -149,10 +148,6 @@ def test_environments_yaml(yaml_path):
149148
raw = yaml.load(fid, Loader=yaml.Loader)
150149
schema.EnvironmentsValidator.validate(raw)
151150

152-
print("===========================================================================")
153-
pprint.pp(raw)
154-
print("===========================================================================")
155-
156151
# the defaults-env does not set fields
157152
# test that they have been set to the defaults correctly
158153

0 commit comments

Comments
 (0)