mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Added a test for a website that causes @title to break
This commit is contained in:
parent
fbb37025dc
commit
8ff643d540
@ -54,6 +54,10 @@ class HttpTest(PluginTestCase, PluginDocumentation):
|
|||||||
'http://www.space.com/scienceastronomy/'
|
'http://www.space.com/scienceastronomy/'
|
||||||
'jupiter_dark_spot_031023.html',
|
'jupiter_dark_spot_031023.html',
|
||||||
'Mystery Spot on Jupiter Baffles Astronomers')
|
'Mystery Spot on Jupiter Baffles Astronomers')
|
||||||
|
# Checks for @title not-working correctly
|
||||||
|
self.assertResponse('title '\
|
||||||
|
'http://www.catb.org/~esr/jargon/html/F/entry/foo.html',
|
||||||
|
'foo')
|
||||||
|
|
||||||
def testGeekquote(self):
|
def testGeekquote(self):
|
||||||
self.assertNotError('geekquote')
|
self.assertNotError('geekquote')
|
||||||
|
Loading…
Reference in New Issue
Block a user