From c9144d90f367ab114da18585006b1f8a046039e3 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 2 Aug 2023 08:45:24 +0200 Subject: [PATCH] refactor: integration -> manual --- tests/{integration => manual}/.envrc.sample | 0 tests/{integration => manual}/.gitignore | 0 tests/{integration => manual}/README.md | 0 tests/{integration => manual}/app.sh | 0 tests/{integration => manual}/autocomplete.sh | 0 tests/{integration => manual}/catalogue.sh | 0 tests/{integration => manual}/cmd.sh | 0 tests/{integration => manual}/common.sh | 0 tests/{integration => manual}/install.sh | 0 tests/{integration => manual}/recipe.sh | 0 tests/{integration => manual}/records.sh | 0 tests/{integration => manual}/server.sh | 0 tests/{integration => manual}/test_all.sh | 0 tests/{integration => manual}/testfunctions.sh | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename tests/{integration => manual}/.envrc.sample (100%) rename tests/{integration => manual}/.gitignore (100%) rename tests/{integration => manual}/README.md (100%) rename tests/{integration => manual}/app.sh (100%) rename tests/{integration => manual}/autocomplete.sh (100%) rename tests/{integration => manual}/catalogue.sh (100%) rename tests/{integration => manual}/cmd.sh (100%) rename tests/{integration => manual}/common.sh (100%) rename tests/{integration => manual}/install.sh (100%) rename tests/{integration => manual}/recipe.sh (100%) rename tests/{integration => manual}/records.sh (100%) rename tests/{integration => manual}/server.sh (100%) rename tests/{integration => manual}/test_all.sh (100%) rename tests/{integration => manual}/testfunctions.sh (100%) diff --git a/tests/integration/.envrc.sample b/tests/manual/.envrc.sample similarity index 100% rename from tests/integration/.envrc.sample rename to tests/manual/.envrc.sample diff --git a/tests/integration/.gitignore b/tests/manual/.gitignore similarity index 100% rename from tests/integration/.gitignore rename to tests/manual/.gitignore diff --git a/tests/integration/README.md b/tests/manual/README.md similarity index 100% rename from tests/integration/README.md rename to tests/manual/README.md diff --git a/tests/integration/app.sh b/tests/manual/app.sh similarity index 100% rename from tests/integration/app.sh rename to tests/manual/app.sh diff --git a/tests/integration/autocomplete.sh b/tests/manual/autocomplete.sh similarity index 100% rename from tests/integration/autocomplete.sh rename to tests/manual/autocomplete.sh diff --git a/tests/integration/catalogue.sh b/tests/manual/catalogue.sh similarity index 100% rename from tests/integration/catalogue.sh rename to tests/manual/catalogue.sh diff --git a/tests/integration/cmd.sh b/tests/manual/cmd.sh similarity index 100% rename from tests/integration/cmd.sh rename to tests/manual/cmd.sh diff --git a/tests/integration/common.sh b/tests/manual/common.sh similarity index 100% rename from tests/integration/common.sh rename to tests/manual/common.sh diff --git a/tests/integration/install.sh b/tests/manual/install.sh similarity index 100% rename from tests/integration/install.sh rename to tests/manual/install.sh diff --git a/tests/integration/recipe.sh b/tests/manual/recipe.sh similarity index 100% rename from tests/integration/recipe.sh rename to tests/manual/recipe.sh diff --git a/tests/integration/records.sh b/tests/manual/records.sh similarity index 100% rename from tests/integration/records.sh rename to tests/manual/records.sh diff --git a/tests/integration/server.sh b/tests/manual/server.sh similarity index 100% rename from tests/integration/server.sh rename to tests/manual/server.sh diff --git a/tests/integration/test_all.sh b/tests/manual/test_all.sh similarity index 100% rename from tests/integration/test_all.sh rename to tests/manual/test_all.sh diff --git a/tests/integration/testfunctions.sh b/tests/manual/testfunctions.sh similarity index 100% rename from tests/integration/testfunctions.sh rename to tests/manual/testfunctions.sh