From 3eeb888eff1d5825abedfaa2be294c1797c8a8ab Mon Sep 17 00:00:00 2001
From: Gabriele Buondonno <gbuondon@laas.fr>
Date: Fri, 1 Nov 2019 13:45:16 +0100
Subject: [PATCH] [test] Move python tests to test/scripts

---
 test/{ => scripts}/collision-bench.py      | 0
 test/{ => scripts}/collision.py            | 0
 test/{ => scripts}/distance_lower_bound.py | 0
 test/{ => scripts}/geometric_shapes.py     | 0
 test/{ => scripts}/gjk.py                  | 0
 test/{ => scripts}/obb.py                  | 0
 test/{ => scripts}/octree.py               | 0
 7 files changed, 0 insertions(+), 0 deletions(-)
 rename test/{ => scripts}/collision-bench.py (100%)
 rename test/{ => scripts}/collision.py (100%)
 rename test/{ => scripts}/distance_lower_bound.py (100%)
 rename test/{ => scripts}/geometric_shapes.py (100%)
 rename test/{ => scripts}/gjk.py (100%)
 rename test/{ => scripts}/obb.py (100%)
 rename test/{ => scripts}/octree.py (100%)

diff --git a/test/collision-bench.py b/test/scripts/collision-bench.py
similarity index 100%
rename from test/collision-bench.py
rename to test/scripts/collision-bench.py
diff --git a/test/collision.py b/test/scripts/collision.py
similarity index 100%
rename from test/collision.py
rename to test/scripts/collision.py
diff --git a/test/distance_lower_bound.py b/test/scripts/distance_lower_bound.py
similarity index 100%
rename from test/distance_lower_bound.py
rename to test/scripts/distance_lower_bound.py
diff --git a/test/geometric_shapes.py b/test/scripts/geometric_shapes.py
similarity index 100%
rename from test/geometric_shapes.py
rename to test/scripts/geometric_shapes.py
diff --git a/test/gjk.py b/test/scripts/gjk.py
similarity index 100%
rename from test/gjk.py
rename to test/scripts/gjk.py
diff --git a/test/obb.py b/test/scripts/obb.py
similarity index 100%
rename from test/obb.py
rename to test/scripts/obb.py
diff --git a/test/octree.py b/test/scripts/octree.py
similarity index 100%
rename from test/octree.py
rename to test/scripts/octree.py
-- 
GitLab