nvchecker/tests/test_gitcafe.py
2015-11-05 20:41:53 +08:00

6 lines
220 B
Python

from tests.helper import ExternalVersionTestCase
class GitCafeTest(ExternalVersionTestCase):
def test_gitcafe(self):
self.assertEqual(self.sync_get_version("example", {"gitcafe": "test/test"}), "20120201")