mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-14 18:55:09 +00:00
7 lines
208 B
Python
7 lines
208 B
Python
from tests.helper import ExternalVersionTestCase
|
|
|
|
|
|
class ManualTest(ExternalVersionTestCase):
|
|
def test_manual(self):
|
|
self.assertEqual(self.sync_get_version("example", {"manual": "Meow"}), "Meow")
|