mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-04-09 17:38:17 +02:00
Added test for no escaping WebError.
This commit is contained in:
parent
1e15c4ca75
commit
8f53601882
@ -45,5 +45,8 @@ if network:
|
||||
self.assertNotError('weather Tucson, AZ')
|
||||
self.assertError('weather hell')
|
||||
|
||||
def testNoEscapingWebError(self):
|
||||
self.assertNotRegexp('weather "buenos aires"', 'WebError')
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user