nitter/tests
Zed 1ac389e7c7
GraphQL timeline (#812)
* Update deps

* Replace profile timeline with GraphQL endpoint

* Update GraphQL endpoint versions

* Use GraphQL for profile media tab

* Fix UserByRestId request

* Improve routing, fixes #814

* Fix token pool JSON

* Deduplicate GraphQL timeline endpoints

* Update list endpoints

* Use GraphQL for list tweets

* Remove debug leftover

* Replace old pinned tweet endpoint with GraphQL

* Validate tweet ID

* Minor token handling fix

* Hide US-only commerce cards

* Update config example

* Remove http pool and gzip from token pool

* Support tombstoned tweets in threads

* Retry GraphQL timeout errors

* Remove unnecessary 401 retry

* Remove broken timeout retry

* Update karax, use new bool attribute feature

* Update card test

* Fix odd edgecase with broken retweets

* Replace search endpoints, switch Bearer token

* Only parse user search if it's a list

* Fix quoted tweet crash

* Fix empty search query handling

* Fix invalid user search errors again
2023-04-21 14:41:30 +02:00
..
base.py Update tests 2020-11-08 04:28:02 +01:00
requirements.txt Add actions workflow to run Selenium tests (#818) 2023-03-28 17:36:48 +02:00
test_card.py GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
test_profile.py GraphQL timeline (#812) 2023-04-21 14:41:30 +02:00
test_quote.py Update test 2022-11-27 16:00:16 +01:00
test_search.py Re-enable search tests with more robust cases 2019-12-25 03:57:16 +01:00
test_thread.py Update test 2020-01-03 16:29:47 +01:00
test_timeline.py Add photo rail test 2020-06-07 07:57:15 +02:00
test_tweet.py Update outdated tests 2022-06-04 01:00:44 +02:00
test_tweet_media.py Update tests 2021-12-26 02:25:52 +01:00