mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-27 05:21:10 -05:00
PkgInfo: re-enable 'archlinux' and 'archaur' tests
This partially reverts commit 67c40b5974e86f978d449c61e893ffa576cf9ef2.
This commit is contained in:
parent
9e44bad118
commit
03f47c58c7
@ -51,14 +51,12 @@ class PkgInfoTestCase(PluginTestCase):
|
|||||||
self.assertRegexp('vlist debian bash', 'Found [1-9][0-9]* '
|
self.assertRegexp('vlist debian bash', 'Found [1-9][0-9]* '
|
||||||
'results: (.*?\(.*?\))+')
|
'results: (.*?\(.*?\))+')
|
||||||
|
|
||||||
@unittest.skip("Remote server is too unreliable (2017-02-23)")
|
|
||||||
def testArchLinux(self):
|
def testArchLinux(self):
|
||||||
self.assertError('archlinux afdsfbjeiog')
|
self.assertError('archlinux afdsfbjeiog')
|
||||||
self.assertNotError('archlinux bash')
|
self.assertNotError('archlinux bash')
|
||||||
self.assertRegexp('archlinux pacman --exact',
|
self.assertRegexp('archlinux pacman --exact',
|
||||||
'Found 1.*?pacman')
|
'Found 1.*?pacman')
|
||||||
|
|
||||||
@unittest.skip("Remote server is too unreliable (2017-02-23)")
|
|
||||||
def testArchAUR(self):
|
def testArchAUR(self):
|
||||||
self.assertRegexp('archaur yaourt', 'Found [1-9][0-9]* results:'
|
self.assertRegexp('archaur yaourt', 'Found [1-9][0-9]* results:'
|
||||||
'.*?yaourt.*?')
|
'.*?yaourt.*?')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user