From 0d82a1349f3c933e12a2df56660da9eb6c42e3f8 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 19 Oct 2024 18:33:48 +0200 Subject: [PATCH] Move old robot tests to make them not run with ci --- back/tests/{robot => }/.gitignore | 0 back/tests/{robot => }/auth/auth.robot | 0 back/tests/{robot => }/pyproject.toml | 0 back/tests/{robot => }/rest.resource | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename back/tests/{robot => }/.gitignore (100%) rename back/tests/{robot => }/auth/auth.robot (100%) rename back/tests/{robot => }/pyproject.toml (100%) rename back/tests/{robot => }/rest.resource (100%) diff --git a/back/tests/robot/.gitignore b/back/tests/.gitignore similarity index 100% rename from back/tests/robot/.gitignore rename to back/tests/.gitignore diff --git a/back/tests/robot/auth/auth.robot b/back/tests/auth/auth.robot similarity index 100% rename from back/tests/robot/auth/auth.robot rename to back/tests/auth/auth.robot diff --git a/back/tests/robot/pyproject.toml b/back/tests/pyproject.toml similarity index 100% rename from back/tests/robot/pyproject.toml rename to back/tests/pyproject.toml diff --git a/back/tests/robot/rest.resource b/back/tests/rest.resource similarity index 100% rename from back/tests/robot/rest.resource rename to back/tests/rest.resource