mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 15:09:23 +00:00
add cninfo announcement
This commit is contained in:
@@ -1,7 +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)
|
||||
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