mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-22 06:03:02 +00:00
7 lines
201 B
Python
7 lines
201 B
Python
from tests.helper import ExternalVersionTestCase
|
|
|
|
|
|
class PyPITest(ExternalVersionTestCase):
|
|
def test_pypi(self):
|
|
self.assertEqual(self.sync_get_version("example", {"pypi": None}), "0.1.0")
|