Add a testcase for PyPI
This commit is contained in:
parent
15b800d5a8
commit
793b1ad0da
|
@ -0,0 +1,6 @@
|
|||
from tests.helper import ExternalVersionTestCase
|
||||
|
||||
|
||||
class PyPITest(ExternalVersionTestCase):
|
||||
def test_pypi(self):
|
||||
self.assertEqual(self.sync_get_version("example", {"pypi": None}), "0.1.0")
|
Loading…
Reference in New Issue