nvchecker/tests/test_pypi.py

7 lines
201 B
Python
Raw Normal View History

2015-11-04 12:15:43 +00:00
from tests.helper import ExternalVersionTestCase
class PyPITest(ExternalVersionTestCase):
def test_pypi(self):
self.assertEqual(self.sync_get_version("example", {"pypi": None}), "0.1.0")