mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[PR #818] [MERGED] Addition of Test Cases #1025
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#1025
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/spotipy-dev/spotipy/pull/818
Author: @mattrost
Created: 6/2/2022
Status: ✅ Merged
Merged: 6/18/2022
Merged by: @stephanebruckert
Base:
master← Head:master📝 Commits (5)
18f1466Added test_categories_country to use optional country selection for categories method.935878cAdded test_categories_locale for testing locale method of categories.ac11cc8Added test_categories_limit_low and test_categories_limit_high to test the limit method of categories for edge cases.5a535ecRearranged for flow53acfb0Added test_category_playlists_limit_low and test_category_playlists_limit_high for testing the limit method.📊 Changes
1 file changed (+35 additions, -0 deletions)
View changed files
📝
tests/integration/test_user_endpoints.py(+35 -0)📄 Description
Adding test cases to test_user_endpoints.py. Test cases include "test_categories_country", "test_categories_locale", "test_categories_limit_low", "test_categories_limit_high", "test_category_playlists_limit_low", and "test_category_playlists_limit_high". All of these are testing optional function parameters that were not yet being tested.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.