From 00c07c248c71fa92d68196d32ff1e27341a3aeda Mon Sep 17 00:00:00 2001
From: GD <gd.dev@libertymail.net>
Date: Wed, 9 Mar 2022 10:34:20 +0100
Subject: [PATCH] keep test dir in root directory and add a symlink in spams
 package dir

---
 {spams/tests => tests}/test_decomp.py    | 0
 {spams/tests => tests}/test_dictLearn.py | 0
 {spams/tests => tests}/test_linalg.py    | 0
 {spams/tests => tests}/test_prox.py      | 0
 {spams/tests => tests}/test_spams.py     | 0
 {spams/tests => tests}/test_utils.py     | 0
 6 files changed, 0 insertions(+), 0 deletions(-)
 rename {spams/tests => tests}/test_decomp.py (100%)
 rename {spams/tests => tests}/test_dictLearn.py (100%)
 rename {spams/tests => tests}/test_linalg.py (100%)
 rename {spams/tests => tests}/test_prox.py (100%)
 rename {spams/tests => tests}/test_spams.py (100%)
 rename {spams/tests => tests}/test_utils.py (100%)

diff --git a/spams/tests/test_decomp.py b/tests/test_decomp.py
similarity index 100%
rename from spams/tests/test_decomp.py
rename to tests/test_decomp.py
diff --git a/spams/tests/test_dictLearn.py b/tests/test_dictLearn.py
similarity index 100%
rename from spams/tests/test_dictLearn.py
rename to tests/test_dictLearn.py
diff --git a/spams/tests/test_linalg.py b/tests/test_linalg.py
similarity index 100%
rename from spams/tests/test_linalg.py
rename to tests/test_linalg.py
diff --git a/spams/tests/test_prox.py b/tests/test_prox.py
similarity index 100%
rename from spams/tests/test_prox.py
rename to tests/test_prox.py
diff --git a/spams/tests/test_spams.py b/tests/test_spams.py
similarity index 100%
rename from spams/tests/test_spams.py
rename to tests/test_spams.py
diff --git a/spams/tests/test_utils.py b/tests/test_utils.py
similarity index 100%
rename from spams/tests/test_utils.py
rename to tests/test_utils.py
-- 
GitLab