nvchecker/tests/test_cratesio.py

12 lines
313 B
Python
Raw Normal View History

2017-02-28 07:24:53 +00:00
# MIT licensed
# Copyright (c) 2013-2017 lilydjwg <lilydjwg@gmail.com>, et al.
2016-07-22 06:24:07 +00:00
from tests.helper import ExternalVersionTestCase
class CratesIOTest(ExternalVersionTestCase):
def test_npm(self):
self.assertEqual(
self.sync_get_version("example", {"cratesio": None}),
"0.1.0")