mirror of
https://github.com/hect0x7/JMComic-Crawler-Python.git
synced 2025-11-04 14:49:43 +08:00
13 lines
292 B
Python
13 lines
292 B
Python
from test_jmcomic import *
|
|
|
|
|
|
class Test_MobileClient(JmTestConfigurable):
|
|
|
|
def test_cl(self):
|
|
for cmd in str_to_list('''
|
|
jmcomic 438516
|
|
jmcomic 438516 --option=''
|
|
jmcomic 438516 p438516
|
|
'''):
|
|
self.assertEqual(os.system(cmd), 0)
|