Add a testcase for CPAN
This commit is contained in:
parent
10ac7ea7a6
commit
f7287bdf56
|
@ -0,0 +1,6 @@
|
|||
from tests.helper import ExternalVersionTestCase
|
||||
|
||||
|
||||
class CPANTest(ExternalVersionTestCase):
|
||||
def test_cpan(self):
|
||||
self.assertEqual(self.sync_get_version("POE-Component-Server-HTTPServer", {"cpan": None}), "0.9.2")
|
Loading…
Reference in New Issue