mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
8 lines
267 B
Text
8 lines
267 B
Text
from flaky import flaky
|
|
from tests.helper import ExternalVersionTestCase
|
|
|
|
|
|
class GitCafeTest(ExternalVersionTestCase):
|
|
@flaky(max_runs=7)
|
|
def test_gitcafe(self):
|
|
self.assertEqual(self.sync_get_version("example", {"gitcafe": "test/test"}), "20120201")
|