[PR #12793] [MERGED] Added test for ListsingsManager.DeleteListingsProvider(). #13381

Closed
opened 2026-02-07 07:11:58 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12793
Author: @kennethcochran
Created: 10/8/2024
Status: Merged
Merged: 11/30/2024
Merged by: @Bond-009

Base: masterHead: listing-manager-tests


📝 Commits (8)

  • 3cd35f5 Added test for DeleteListingsProvider().
  • e8cd72c Added myself to CONTRIBUTORS.md
  • cd25187 Merge branch 'master' into listing-manager-tests
  • cf264c5 Removed unintentionally committed test SaveListingProvider_SavesProviderAndReturnsInfo()
  • 7953890 Merge branch 'listing-manager-tests' of https://github.com/kennethcochran/jellyfin into listing-manager-tests
  • 898362a Merge branch 'jellyfin:master' into listing-manager-tests
  • 4ceafe1 Cleaned up test in response to PR feedback.
  • a45b41e Merge branch 'master' into listing-manager-tests

📊 Changes

2 files changed (+51 additions, -0 deletions)

View changed files

📝 CONTRIBUTORS.md (+1 -0)
tests/Jellyfin.LiveTv.Tests/Listings/ListingsManagerTests.cs (+50 -0)

📄 Description

Changes
Addition of ListingsManagerTests to JellyFin.LiveTv.Tests project.
Addition of test for ListsingsManager.DeleteListingsProvider() to ListingsManagerTests.

Issues
N/A


🔄 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/jellyfin/jellyfin/pull/12793 **Author:** [@kennethcochran](https://github.com/kennethcochran) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 11/30/2024 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `listing-manager-tests` --- ### 📝 Commits (8) - [`3cd35f5`](https://github.com/jellyfin/jellyfin/commit/3cd35f5fc621de7576342db9ab42b14a60fc69d6) Added test for DeleteListingsProvider(). - [`e8cd72c`](https://github.com/jellyfin/jellyfin/commit/e8cd72c91303fbb8c3fabe222f1ad021e620e653) Added myself to CONTRIBUTORS.md - [`cd25187`](https://github.com/jellyfin/jellyfin/commit/cd25187528964c3368cbca4900b237470759f601) Merge branch 'master' into listing-manager-tests - [`cf264c5`](https://github.com/jellyfin/jellyfin/commit/cf264c5a178d1c377f51b9e164bb14b56499a8f9) Removed unintentionally committed test SaveListingProvider_SavesProviderAndReturnsInfo() - [`7953890`](https://github.com/jellyfin/jellyfin/commit/79538906c4c89e5cd8f0508e30a4940b39df36cd) Merge branch 'listing-manager-tests' of https://github.com/kennethcochran/jellyfin into listing-manager-tests - [`898362a`](https://github.com/jellyfin/jellyfin/commit/898362a4fd9939a1cad9e3c4fbe00885cee0231f) Merge branch 'jellyfin:master' into listing-manager-tests - [`4ceafe1`](https://github.com/jellyfin/jellyfin/commit/4ceafe117d4d29673eae817abb518bc70402e2d6) Cleaned up test in response to PR feedback. - [`a45b41e`](https://github.com/jellyfin/jellyfin/commit/a45b41edfeddb4adcfae59ba6e7b03c26020273c) Merge branch 'master' into listing-manager-tests ### 📊 Changes **2 files changed** (+51 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+1 -0) ➕ `tests/Jellyfin.LiveTv.Tests/Listings/ListingsManagerTests.cs` (+50 -0) </details> ### 📄 Description **Changes** Addition of ListingsManagerTests to JellyFin.LiveTv.Tests project. Addition of test for ListsingsManager.DeleteListingsProvider() to ListingsManagerTests. **Issues** N/A --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:11:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13381