Add a testcase for GitCafe

This commit is contained in:
Felix Yan 2015-11-05 20:41:53 +08:00
parent 132bbdc559
commit 7065df1b32
1 changed files with 6 additions and 0 deletions

6
tests/test_gitcafe.py Normal file
View File

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