Add CLI plugins tests
authorChocobozzz <me@florianbigard.com>
Fri, 19 Jul 2019 08:37:35 +0000 (10:37 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 24 Jul 2019 08:58:16 +0000 (10:58 +0200)
commit9b474844e85cce916370693cc24f53339a695570
tree10b1148a7581a2754e336a144c085a05ce72a1db
parent32fe00138990627749da58ff9f845584013aa219
Add CLI plugins tests
22 files changed:
scripts/plugin/install.ts
scripts/travis.sh
server/helpers/core-utils.ts
server/helpers/ffmpeg-utils.ts
server/lib/plugins/yarn.ts
server/tests/api/check-params/users.ts
server/tests/api/server/index.ts
server/tests/api/server/plugins.ts [new file with mode: 0644]
server/tests/api/users/users.ts
server/tests/cli/index.ts
server/tests/cli/peertube.ts
server/tests/cli/plugins.ts [new file with mode: 0644]
server/tests/fixtures/peertube-plugin-test/main.js [new file with mode: 0644]
server/tests/fixtures/peertube-plugin-test/package.json [new file with mode: 0644]
server/tests/index.ts
server/tests/plugins/action-hooks.ts [new file with mode: 0644]
server/tests/plugins/filter-hooks.ts [new file with mode: 0644]
server/tests/plugins/index.ts [new file with mode: 0644]
server/tools/peertube.ts
shared/extra-utils/users/users.ts
shared/models/videos/video-resolution.enum.ts
support/doc/tools.md