mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-17 11:07:27 +00:00
7 lines
215 B
Python
7 lines
215 B
Python
|
from tests.helper import ExternalVersionTestCase
|
||
|
|
||
|
|
||
|
class HackageTest(ExternalVersionTestCase):
|
||
|
def test_hackage(self):
|
||
|
self.assertEqual(self.sync_get_version("sessions", {"hackage": None}), "2008.7.18")
|