From 48a82c84ffd2f96af9d9fa01f4cd0f467148abbe Mon Sep 17 00:00:00 2001
From: Niklas Selke <n.selke@fz-juelich.de>
Date: Tue, 20 Dec 2022 10:31:15 +0100
Subject: [PATCH] Moved the tests to the top of the repository.

---
 {toarstats/metrics/tests => tests}/.gitignore                     | 0
 {toarstats/metrics/tests => tests}/__init__.py                    | 0
 .../tests => tests}/create_sample_data_and_reference_results.py   | 0
 {toarstats/metrics/tests => tests}/test_toarstats.py              | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename {toarstats/metrics/tests => tests}/.gitignore (100%)
 rename {toarstats/metrics/tests => tests}/__init__.py (100%)
 rename {toarstats/metrics/tests => tests}/create_sample_data_and_reference_results.py (100%)
 rename {toarstats/metrics/tests => tests}/test_toarstats.py (100%)

diff --git a/toarstats/metrics/tests/.gitignore b/tests/.gitignore
similarity index 100%
rename from toarstats/metrics/tests/.gitignore
rename to tests/.gitignore
diff --git a/toarstats/metrics/tests/__init__.py b/tests/__init__.py
similarity index 100%
rename from toarstats/metrics/tests/__init__.py
rename to tests/__init__.py
diff --git a/toarstats/metrics/tests/create_sample_data_and_reference_results.py b/tests/create_sample_data_and_reference_results.py
similarity index 100%
rename from toarstats/metrics/tests/create_sample_data_and_reference_results.py
rename to tests/create_sample_data_and_reference_results.py
diff --git a/toarstats/metrics/tests/test_toarstats.py b/tests/test_toarstats.py
similarity index 100%
rename from toarstats/metrics/tests/test_toarstats.py
rename to tests/test_toarstats.py
-- 
GitLab