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,8 +1,8 @@
|
||||
from flask import url_for
|
||||
from tests.base import BaseTestCase
|
||||
|
||||
|
||||
class MainTestCase(BaseTestCase):
|
||||
def test_index(self):
|
||||
response = self.client.get(url_for('main.index'))
|
||||
self.assertEqual(response.status_code, 200)
|
||||
from flask import url_for
|
||||
from tests.base import BaseTestCase
|
||||
|
||||
|
||||
class MainTestCase(BaseTestCase):
|
||||
def test_index(self):
|
||||
response = self.client.get(url_for('main.index'))
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
Reference in New Issue
Block a user