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
9 lines
300 B
Python
9 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}')
|