mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Updated the test for the new snarfer default and renamed the general test to 'test'.
This commit is contained in:
parent
fb4a4ffca7
commit
05390b6616
@ -33,9 +33,8 @@ from test import *
|
||||
|
||||
class BugzillaTest(PluginTestCase, PluginDocumentation):
|
||||
plugins = ('Bugzilla',)
|
||||
def testBugzilla(self):
|
||||
def test(self):
|
||||
self.assertNotError('bug gcc 5')
|
||||
self.assertNotError('http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5')
|
||||
self.assertNotError('add xiph http://bugs.xiph.org/ Xiph')
|
||||
self.assertNotError('bug xiph 413')
|
||||
self.assertNotError('remove xiph')
|
||||
|
Loading…
Reference in New Issue
Block a user