mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-22 13:36:59 +00:00
7 lines
225 B
Python
7 lines
225 B
Python
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")
|