From 4d9c958fc970e34bf1289e488c49540cfac9fe5d Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Mon, 14 Jul 2025 17:24:32 +0200 Subject: [PATCH] moved test json files to folders --- testdata/{complete_plugin.json => complete/plugin.json} | 0 testdata/{ => default}/plugin.json | 0 testdata/{invalid_plugin.json => invalid/plugin.json} | 0 testdata/{minimal_plugin.json => minimal/plugin.json} | 0 testdata/{server_only_plugin.json => server_only/plugin.json} | 0 testdata/{webapp_only_plugin.json => webapp_only/plugin.json} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename testdata/{complete_plugin.json => complete/plugin.json} (100%) rename testdata/{ => default}/plugin.json (100%) rename testdata/{invalid_plugin.json => invalid/plugin.json} (100%) rename testdata/{minimal_plugin.json => minimal/plugin.json} (100%) rename testdata/{server_only_plugin.json => server_only/plugin.json} (100%) rename testdata/{webapp_only_plugin.json => webapp_only/plugin.json} (100%) diff --git a/testdata/complete_plugin.json b/testdata/complete/plugin.json similarity index 100% rename from testdata/complete_plugin.json rename to testdata/complete/plugin.json diff --git a/testdata/plugin.json b/testdata/default/plugin.json similarity index 100% rename from testdata/plugin.json rename to testdata/default/plugin.json diff --git a/testdata/invalid_plugin.json b/testdata/invalid/plugin.json similarity index 100% rename from testdata/invalid_plugin.json rename to testdata/invalid/plugin.json diff --git a/testdata/minimal_plugin.json b/testdata/minimal/plugin.json similarity index 100% rename from testdata/minimal_plugin.json rename to testdata/minimal/plugin.json diff --git a/testdata/server_only_plugin.json b/testdata/server_only/plugin.json similarity index 100% rename from testdata/server_only_plugin.json rename to testdata/server_only/plugin.json diff --git a/testdata/webapp_only_plugin.json b/testdata/webapp_only/plugin.json similarity index 100% rename from testdata/webapp_only_plugin.json rename to testdata/webapp_only/plugin.json