mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-17 02:46:49 +00:00
7 lines
204 B
Python
7 lines
204 B
Python
from tests.helper import ExternalVersionTestCase
|
|
|
|
|
|
class CMDTest(ExternalVersionTestCase):
|
|
def test_cmd(self):
|
|
self.assertEqual(self.sync_get_version("example", {"cmd": "echo Meow"}), "Meow")
|