Add a testcase for Hackage

This commit is contained in:
Felix Yan 2015-11-04 20:17:37 +08:00
parent 793b1ad0da
commit 5ae52b9e16

6
tests/test_hackage.py Normal file
View File

@ -0,0 +1,6 @@
from tests.helper import ExternalVersionTestCase
class HackageTest(ExternalVersionTestCase):
def test_hackage(self):
self.assertEqual(self.sync_get_version("sessions", {"hackage": None}), "2008.7.18")