mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-03 08:51:13 -05:00
WTE: update tests to show two lines of responses instead of one (verbose)
This commit is contained in:
parent
a0611ba422
commit
d9fe1a0137
@ -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.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user