aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* test: add unit tests for YouTube Shorts supportAstounds21 hours1-0/+213
| | | | | | | | | | 18 tests covering: - channel_ctoken_v5 protobuf token generation per tab - shortsLockupViewModel parsing (id, title, thumbnail, type) - View count formatting with K/M/B suffixes - extract_items with reloadContinuationItemsCommand response format All tests run offline with mocked data, no network access.
* Add tests/__init__.py fileJesús2021-02-241-0/+0
|
* Exit node retrying: Retry 3 times. Also add tests for it.James Taylor2020-12-213-0/+118
Closes #20 Signed-off-by: Jesús <heckyel@hyperbola.info>