mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 15:09:23 +00:00
init project
This commit is contained in:
7
tests/test_cli.py
Normal file
7
tests/test_cli.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from tests.base import BaseTestCase
|
||||
|
||||
|
||||
class CLITestCase(BaseTestCase):
|
||||
def test_ptshell(self):
|
||||
result = self.runner.invoke(args=['ptshell'])
|
||||
self.assertNotIn('ptpython not installed! Use the default shell instead.', result.output)
|
||||
Reference in New Issue
Block a user