WTE: update tests to show two lines of responses instead of one (verbose)

This commit is contained in:
James Lu 2015-11-21 22:27:52 -08:00
parent a0611ba422
commit d9fe1a0137

View File

@ -40,6 +40,7 @@ class WTETestCase(PluginTestCase):
"--no-network")
def testWTE(self):
inp = "The quick brown fox jumps over the lazy dog."
for _ in range(2):
m = self.getMsg("wte %s" % inp)
print('\nWTE Input: %s\nWTE Response: %s' % (inp, m.args[1]))
assert m, 'No response found.'