mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[PR #500] [MERGED] Pytest #626
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#626
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigma67/ytmusicapi/pull/500
Author: @sigma67
Created: 1/2/2024
Status: ✅ Merged
Merged: 1/2/2024
Merged by: @sigma67
Base:
master← Head:pytest📝 Commits (3)
694757dfix some minor issues discovered by typing, enable composition4cab8a0get_user_playlists: no longer errors on empty profilef9ce325test restructuring via pytest📊 Changes
24 files changed (+898 additions, -635 deletions)
View changed files
📝
.github/workflows/coverage.yml(+6 -4)📝
.gitignore(+1 -0)📝
pdm.lock(+135 -1)📝
pyproject.toml(+12 -1)📝
tests/README.rst(+2 -3)➕
tests/__init__.py(+15 -0)➕
tests/auth/__init__.py(+0 -0)➕
tests/auth/test_browser.py(+17 -0)➕
tests/auth/test_oauth.py(+101 -0)➕
tests/conftest.py(+72 -0)➕
tests/mixins/test_browsing.py(+126 -0)➕
tests/mixins/test_explore.py(+17 -0)➕
tests/mixins/test_library.py(+105 -0)➕
tests/mixins/test_playlists.py(+75 -0)➕
tests/mixins/test_search.py(+90 -0)➕
tests/mixins/test_uploads.py(+62 -0)➕
tests/mixins/test_watch.py(+16 -0)➖
tests/test.py(+0 -610)➕
tests/test_ytmusic.py(+6 -0)📝
ytmusicapi/mixins/_protocol.py(+4 -2)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.