Add a testcase for CPAN

This commit is contained in:
Felix Yan 2015-11-04 20:20:25 +08:00
parent 10ac7ea7a6
commit f7287bdf56
1 changed files with 6 additions and 0 deletions

6
tests/test_cpan.py Normal file
View File

@ -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")