PkgInfo: re-enable 'archlinux' and 'archaur' tests

This partially reverts commit 67c40b5974e86f978d449c61e893ffa576cf9ef2.
This commit is contained in:
James Lu 2017-04-30 19:43:46 -07:00
parent 9e44bad118
commit 03f47c58c7

View File

@ -51,14 +51,12 @@ class PkgInfoTestCase(PluginTestCase):
self.assertRegexp('vlist debian bash', 'Found [1-9][0-9]* '
'results: (.*?\(.*?\))+')
@unittest.skip("Remote server is too unreliable (2017-02-23)")
def testArchLinux(self):
self.assertError('archlinux afdsfbjeiog')
self.assertNotError('archlinux bash')
self.assertRegexp('archlinux pacman --exact',
'Found 1.*?pacman')
@unittest.skip("Remote server is too unreliable (2017-02-23)")
def testArchAUR(self):
self.assertRegexp('archaur yaourt', 'Found [1-9][0-9]* results:'
'.*?yaourt.*?')