mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
9 lines
305 B
Python
9 lines
305 B
Python
# MIT licensed
|
|
# Copyright (c) 2013-2017 lilydjwg <lilydjwg@gmail.com>, et al.
|
|
|
|
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")
|