Add a testcase for GitCafe
This commit is contained in:
parent
132bbdc559
commit
7065df1b32
|
@ -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")
|
Loading…
Reference in New Issue