We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33cde52 commit af3a57eCopy full SHA for af3a57e
test/fixtures.py
@@ -74,6 +74,8 @@ def render_template(source_file, target_file, binding):
74
class ExternalService(object):
75
def __init__(self, host, port):
76
print("Using already running service at %s:%d" % (host, port))
77
+ self.host = host
78
+ self.port = port
79
80
def open(self):
81
pass
0 commit comments