mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-11 08:12:38 -05:00
[PR #911] [MERGED] api/test: replace test.js with test-ci.js #1281
Reference in New Issue
Block a user
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/imputnet/cobalt/pull/911
Author: @dumbmoron
Created: 11/13/2024
Status: ✅ Merged
Merged: 11/15/2024
Merged by: @github-actions[bot]
Base:
develop← Head:test-refactor📝 Commits (6)
aaf7077api/test: split up tests into individual files91e8ef8api/test-ci: add functionality for running all testsf6bffe5api/test: replace test.js with test-ci.jscf40f05api/test: make deepsource happy4c006b2api/test: add vk to finnicky servicesf7dc6ceall: 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.