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,8 +40,9 @@ class WTETestCase(PluginTestCase):
|
|||||||
"--no-network")
|
"--no-network")
|
||||||
def testWTE(self):
|
def testWTE(self):
|
||||||
inp = "The quick brown fox jumps over the lazy dog."
|
inp = "The quick brown fox jumps over the lazy dog."
|
||||||
m = self.getMsg("wte %s" % inp)
|
for _ in range(2):
|
||||||
print('\nWTE Input: %s\nWTE Response: %s' % (inp, m.args[1]))
|
m = self.getMsg("wte %s" % inp)
|
||||||
assert m, 'No response found.'
|
print('\nWTE Input: %s\nWTE Response: %s' % (inp, m.args[1]))
|
||||||
|
assert m, 'No response found.'
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user