[PR #911] [MERGED] api/test: replace test.js with test-ci.js #1281

Closed
opened 2025-11-09 10:09:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/911
Author: @dumbmoron
Created: 11/13/2024
Status: Merged
Merged: 11/15/2024
Merged by: @github-actions[bot]

Base: developHead: test-refactor


📝 Commits (6)

  • aaf7077 api/test: split up tests into individual files
  • 91e8ef8 api/test-ci: add functionality for running all tests
  • f6bffe5 api/test: replace test.js with test-ci.js
  • cf40f05 api/test: make deepsource happy
  • 4c006b2 api/test: add vk to finnicky services
  • f7dc6ce all: add space after catch

📊 Changes

29 files changed (+1671 additions, -1712 deletions)

View changed files

📝 .github/workflows/test-services.yml (+2 -2)
📝 api/src/misc/run-test.js (+1 -1)
📝 api/src/processing/cookie/manager.js (+1 -1)
📝 api/src/processing/services/youtube.js (+2 -2)
api/src/util/test-ci.js (+0 -82)
📝 api/src/util/test.js (+117 -72)
api/src/util/tests.json (+0 -1550)
api/src/util/tests/bilibili.json (+60 -0)
api/src/util/tests/bsky.json (+78 -0)
api/src/util/tests/dailymotion.json (+29 -0)
api/src/util/tests/facebook.json (+67 -0)
api/src/util/tests/instagram.json (+123 -0)
api/src/util/tests/loom.json (+33 -0)
api/src/util/tests/ok.json (+11 -0)
api/src/util/tests/pinterest.json (+87 -0)
api/src/util/tests/reddit.json (+60 -0)
api/src/util/tests/rutube.json (+90 -0)
api/src/util/tests/snapchat.json (+29 -0)
api/src/util/tests/soundcloud.json (+87 -0)
api/src/util/tests/streamable.json (+51 -0)

...and 9 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/imputnet/cobalt/pull/911 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 11/13/2024 **Status:** ✅ Merged **Merged:** 11/15/2024 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `develop` ← **Head:** `test-refactor` --- ### 📝 Commits (6) - [`aaf7077`](https://github.com/imputnet/cobalt/commit/aaf7077364e8c3f62c948b3c62a4faa69a14dc6c) api/test: split up tests into individual files - [`91e8ef8`](https://github.com/imputnet/cobalt/commit/91e8ef8ab42baf08fbf5e8d5a99e435c6b8ac67b) api/test-ci: add functionality for running all tests - [`f6bffe5`](https://github.com/imputnet/cobalt/commit/f6bffe543c9039846240a594c45d52b7993e0d1a) api/test: replace test.js with test-ci.js - [`cf40f05`](https://github.com/imputnet/cobalt/commit/cf40f0542f7ed4d1a924f8356de4d84aba08e91d) api/test: make deepsource happy - [`4c006b2`](https://github.com/imputnet/cobalt/commit/4c006b2291ae828f5d24d69a7805abce4fe04601) api/test: add vk to finnicky services - [`f7dc6ce`](https://github.com/imputnet/cobalt/commit/f7dc6cebad98180bb0c604bf94e5a17af41af2db) all: add space after catch ### 📊 Changes **29 files changed** (+1671 additions, -1712 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-services.yml` (+2 -2) 📝 `api/src/misc/run-test.js` (+1 -1) 📝 `api/src/processing/cookie/manager.js` (+1 -1) 📝 `api/src/processing/services/youtube.js` (+2 -2) ➖ `api/src/util/test-ci.js` (+0 -82) 📝 `api/src/util/test.js` (+117 -72) ➖ `api/src/util/tests.json` (+0 -1550) ➕ `api/src/util/tests/bilibili.json` (+60 -0) ➕ `api/src/util/tests/bsky.json` (+78 -0) ➕ `api/src/util/tests/dailymotion.json` (+29 -0) ➕ `api/src/util/tests/facebook.json` (+67 -0) ➕ `api/src/util/tests/instagram.json` (+123 -0) ➕ `api/src/util/tests/loom.json` (+33 -0) ➕ `api/src/util/tests/ok.json` (+11 -0) ➕ `api/src/util/tests/pinterest.json` (+87 -0) ➕ `api/src/util/tests/reddit.json` (+60 -0) ➕ `api/src/util/tests/rutube.json` (+90 -0) ➕ `api/src/util/tests/snapchat.json` (+29 -0) ➕ `api/src/util/tests/soundcloud.json` (+87 -0) ➕ `api/src/util/tests/streamable.json` (+51 -0) _...and 9 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>
GiteaMirror added the pull-request label 2025-11-09 10:09:45 -06:00
Sign in to join this conversation.