diff --git a/test/test_Weather.py b/test/test_Weather.py index 30439633f..419c3b1df 100644 --- a/test/test_Weather.py +++ b/test/test_Weather.py @@ -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: