mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Add a testcase for Hackage
This commit is contained in:
parent
793b1ad0da
commit
5ae52b9e16
1 changed files with 6 additions and 0 deletions
6
tests/test_hackage.py
Normal file
6
tests/test_hackage.py
Normal 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")
|
Loading…
Add table
Reference in a new issue