mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-07 14:57:34 +00:00
7 lines
242 B
Python
7 lines
242 B
Python
|
from tests.helper import ExternalVersionTestCase
|
||
|
|
||
|
|
||
|
class PackagistTest(ExternalVersionTestCase):
|
||
|
def test_packagist(self):
|
||
|
self.assertEqual(self.sync_get_version("butterfly/example-web-application", {"packagist": None}), "1.2.0")
|