]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/videos/video-abuse.ts
Tests directories refractor
authorChocobozzz <me@florianbigard.com>
Thu, 28 Dec 2017 12:59:22 +0000 (13:59 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 28 Dec 2017 12:59:22 +0000 (13:59 +0100)
commitc5d31dba56d669c0df0209761c43c5a6ac7cec4a
treefe72b56a1c0e7beb6e092c393a00ddfe93a5d71f
parentdb799da3d2b2ea465165df78ff71effa653b6309
Tests directories refractor
38 files changed:
server/tests/activitypub.ts
server/tests/api/check-params/services.ts
server/tests/api/check-params/video-comments.ts
server/tests/api/index-fast.ts
server/tests/api/index-slow.ts
server/tests/api/server/config.ts [moved from server/tests/api/config.ts with 97% similarity]
server/tests/api/server/follows.ts [moved from server/tests/api/follows.ts with 94% similarity]
server/tests/api/server/jobs.ts [moved from server/tests/api/jobs.ts with 82% similarity]
server/tests/api/users/users.ts [moved from server/tests/api/users.ts with 98% similarity]
server/tests/api/videos/multiple-servers.ts [moved from server/tests/api/multiple-servers.ts with 98% similarity]
server/tests/api/videos/services.ts [moved from server/tests/api/services.ts with 97% similarity]
server/tests/api/videos/single-server.ts [moved from server/tests/api/single-server.ts with 99% similarity]
server/tests/api/videos/video-abuse.ts [moved from server/tests/api/video-abuse.ts with 98% similarity]
server/tests/api/videos/video-blacklist-management.ts [moved from server/tests/api/video-blacklist-management.ts with 98% similarity]
server/tests/api/videos/video-blacklist.ts [moved from server/tests/api/video-blacklist.ts with 96% similarity]
server/tests/api/videos/video-channels.ts [moved from server/tests/api/video-channels.ts with 98% similarity]
server/tests/api/videos/video-comments.ts [moved from server/tests/api/video-comments.ts with 94% similarity]
server/tests/api/videos/video-description.ts [moved from server/tests/api/video-description.ts with 97% similarity]
server/tests/api/videos/video-privacy.ts [moved from server/tests/api/video-privacy.ts with 93% similarity]
server/tests/api/videos/video-transcoder.ts [moved from server/tests/api/video-transcoder.ts with 98% similarity]
server/tests/utils/cli/cli.ts [moved from server/tests/utils/cli.ts with 90% similarity]
server/tests/utils/index.ts
server/tests/utils/miscs/miscs.ts [moved from server/tests/utils/miscs.ts with 100% similarity]
server/tests/utils/requests/requests.ts [moved from server/tests/utils/requests.ts with 100% similarity]
server/tests/utils/server/activitypub.ts [moved from server/tests/utils/activitypub.ts with 100% similarity]
server/tests/utils/server/clients.ts [moved from server/tests/utils/clients.ts with 100% similarity]
server/tests/utils/server/config.ts [moved from server/tests/utils/config.ts with 100% similarity]
server/tests/utils/server/follows.ts [moved from server/tests/utils/follows.ts with 98% similarity]
server/tests/utils/server/jobs.ts [moved from server/tests/utils/jobs.ts with 100% similarity]
server/tests/utils/server/servers.ts [moved from server/tests/utils/servers.ts with 100% similarity]
server/tests/utils/users/login.ts [moved from server/tests/utils/login.ts with 96% similarity]
server/tests/utils/users/users.ts [moved from server/tests/utils/users.ts with 98% similarity]
server/tests/utils/videos/services.ts [moved from server/tests/utils/services.ts with 100% similarity]
server/tests/utils/videos/video-abuses.ts [moved from server/tests/utils/video-abuses.ts with 100% similarity]
server/tests/utils/videos/video-blacklist.ts [moved from server/tests/utils/video-blacklist.ts with 100% similarity]
server/tests/utils/videos/video-channels.ts [moved from server/tests/utils/video-channels.ts with 100% similarity]
server/tests/utils/videos/video-comments.ts [moved from server/tests/utils/video-comments.ts with 100% similarity]
server/tests/utils/videos/videos.ts [moved from server/tests/utils/videos.ts with 97% similarity]