mirror of
https://github.com/zedeus/nitter
synced 2024-11-22 01:45:22 +01:00
0bc3c153d9
* Switch bearer token and endpoints, update parser * Enable user search, disable tweet search * Disable multi-user timelines for now * Fix parsing of pinned tombstone
10 lines
300 B
Python
10 lines
300 B
Python
from base import BaseTestCase
|
|
from parameterized import parameterized
|
|
|
|
|
|
#class SearchTest(BaseTestCase):
|
|
#@parameterized.expand([['@mobile_test'], ['@mobile_test_2']])
|
|
#def test_username_search(self, username):
|
|
#self.search_username(username)
|
|
#self.assert_text(f'{username}')
|