]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Create another test suite for transcoding jobs
authorChocobozzz <me@florianbigard.com>
Mon, 28 Feb 2022 14:56:51 +0000 (15:56 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 28 Feb 2022 15:02:08 +0000 (16:02 +0100)
commit95faf1eafffff4fe1f74025092c7c3eef2951697
tree8a18d271200d2c87ea5fff6b1f97efcda69d2f21
parentcba7977552e909ea0ea4dc526788a9166ad5f535
Create another test suite for transcoding jobs
.github/workflows/test.yml
scripts/ci.sh
scripts/test.sh
server/tests/api/index.ts
server/tests/api/transcoding/audio-only.ts [moved from server/tests/api/videos/audio-only.ts with 100% similarity]
server/tests/api/transcoding/create-transcoding.ts [moved from server/tests/api/videos/video-create-transcoding.ts with 100% similarity]
server/tests/api/transcoding/hls.ts [moved from server/tests/api/videos/video-hls.ts with 100% similarity]
server/tests/api/transcoding/index.ts [new file with mode: 0644]
server/tests/api/transcoding/transcoder.ts [moved from server/tests/api/videos/video-transcoder.ts with 100% similarity]
server/tests/api/transcoding/video-editor.ts [moved from server/tests/api/videos/video-editor.ts with 100% similarity]
server/tests/api/videos/index.ts