mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01: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…
Reference in New Issue
Block a user