aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-24 13:53:45 +0200
committerChocobozzz <me@florianbigard.com>2020-08-24 13:53:45 +0200
commit8b6f0fd53d12faf54a58602a8bcfab05e8b5947b (patch)
treeddfae0ddd7b44a0a626e1033d578937a7023c948 /server
parent1f5221fb4a511bb175083a9c7f578679c6122ce3 (diff)
downloadPeerTube-8b6f0fd53d12faf54a58602a8bcfab05e8b5947b.tar.gz
PeerTube-8b6f0fd53d12faf54a58602a8bcfab05e8b5947b.tar.zst
PeerTube-8b6f0fd53d12faf54a58602a8bcfab05e8b5947b.zip
Reorganize a little bit tests
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/moderation/index.ts2
-rw-r--r--server/tests/api/moderation/video-abuse.ts (renamed from server/tests/api/videos/video-abuse.ts)0
-rw-r--r--server/tests/api/moderation/video-blacklist.ts (renamed from server/tests/api/videos/video-blacklist.ts)0
-rw-r--r--server/tests/api/server/index.ts1
-rw-r--r--server/tests/api/server/services.ts (renamed from server/tests/api/videos/services.ts)0
-rw-r--r--server/tests/api/videos/index.ts3
6 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/api/moderation/index.ts b/server/tests/api/moderation/index.ts
index cb018d88e..ceb223003 100644
--- a/server/tests/api/moderation/index.ts
+++ b/server/tests/api/moderation/index.ts
@@ -1,2 +1,4 @@
1export * from './abuses' 1export * from './abuses'
2export * from './blocklist' 2export * from './blocklist'
3export * from './video-abuse'
4export * from './video-blacklist'
diff --git a/server/tests/api/videos/video-abuse.ts b/server/tests/api/moderation/video-abuse.ts
index 0b6a0e8ae..0b6a0e8ae 100644
--- a/server/tests/api/videos/video-abuse.ts
+++ b/server/tests/api/moderation/video-abuse.ts
diff --git a/server/tests/api/videos/video-blacklist.ts b/server/tests/api/moderation/video-blacklist.ts
index 52cac20d9..52cac20d9 100644
--- a/server/tests/api/videos/video-blacklist.ts
+++ b/server/tests/api/moderation/video-blacklist.ts
diff --git a/server/tests/api/server/index.ts b/server/tests/api/server/index.ts
index 08205b2c8..be743973a 100644
--- a/server/tests/api/server/index.ts
+++ b/server/tests/api/server/index.ts
@@ -9,6 +9,7 @@ import './handle-down'
9import './jobs' 9import './jobs'
10import './logs' 10import './logs'
11import './reverse-proxy' 11import './reverse-proxy'
12import './services'
12import './stats' 13import './stats'
13import './tracker' 14import './tracker'
14import './no-client' 15import './no-client'
diff --git a/server/tests/api/videos/services.ts b/server/tests/api/server/services.ts
index 897f37c04..897f37c04 100644
--- a/server/tests/api/videos/services.ts
+++ b/server/tests/api/server/services.ts
diff --git a/server/tests/api/videos/index.ts b/server/tests/api/videos/index.ts
index 4d35d3b7c..fc8b447b7 100644
--- a/server/tests/api/videos/index.ts
+++ b/server/tests/api/videos/index.ts
@@ -1,9 +1,6 @@
1import './audio-only' 1import './audio-only'
2import './multiple-servers' 2import './multiple-servers'
3import './services'
4import './single-server' 3import './single-server'
5import './video-abuse'
6import './video-blacklist'
7import './video-captions' 4import './video-captions'
8import './video-change-ownership' 5import './video-change-ownership'
9import './video-channels' 6import './video-channels'