mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 13:01:07 -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]* '
|
||||
'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.*?')
|
||||
|
Loading…
x
Reference in New Issue
Block a user