[PR #500] [MERGED] Pytest #626

Closed
opened 2026-02-27 23:01:45 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: pytest


📝 Commits (3)

  • 694757d fix some minor issues discovered by typing, enable composition
  • 4cab8a0 get_user_playlists: no longer errors on empty profile
  • f9ce325 test 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sigma67/ytmusicapi/pull/500 **Author:** [@sigma67](https://github.com/sigma67) **Created:** 1/2/2024 **Status:** ✅ Merged **Merged:** 1/2/2024 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `master` ← **Head:** `pytest` --- ### 📝 Commits (3) - [`694757d`](https://github.com/sigma67/ytmusicapi/commit/694757df2ed67d2ab4e5da0b7bd5993300ce3757) fix some minor issues discovered by typing, enable composition - [`4cab8a0`](https://github.com/sigma67/ytmusicapi/commit/4cab8a0ba2d7f321d1166c64ca3da49793241a6a) get_user_playlists: no longer errors on empty profile - [`f9ce325`](https://github.com/sigma67/ytmusicapi/commit/f9ce325054141a36b350d6ee9499d8f5fd58ddd9) test restructuring via pytest ### 📊 Changes **24 files changed** (+898 additions, -635 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:01:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#626
No description provided.