From 0915bceee9dfe165c3af8c3c6e546bcb419bdc00 Mon Sep 17 00:00:00 2001 From: Ilya Sytchev Date: Thu, 12 Dec 2024 12:24:44 -0500 Subject: [PATCH] Move Oak tests --- tests/oak/__init__.py | 0 {forest/oak/tests => tests/oak}/conftest.py | 0 {forest/oak/tests => tests/oak}/test_adjust_bout.py | 0 {forest/oak/tests => tests/oak}/test_compute_interpolate_cwt.py | 0 {forest/oak/tests => tests/oak}/test_data_bout.csv | 0 .../tests => tests/oak}/test_find_continuous_dominant_peaks.py | 0 {forest/oak/tests => tests/oak}/test_find_walking.py | 0 {forest/oak/tests => tests/oak}/test_get_pp.py | 0 {forest/oak/tests => tests/oak}/test_identify_peaks_in_cwt.py | 0 {forest/oak/tests => tests/oak}/test_preprocess_bout.py | 0 {forest/oak/tests => tests/oak}/test_preprocess_dates.py | 0 {forest/oak/tests => tests/oak}/test_run_hourly.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/oak/__init__.py rename {forest/oak/tests => tests/oak}/conftest.py (100%) rename {forest/oak/tests => tests/oak}/test_adjust_bout.py (100%) rename {forest/oak/tests => tests/oak}/test_compute_interpolate_cwt.py (100%) rename {forest/oak/tests => tests/oak}/test_data_bout.csv (100%) rename {forest/oak/tests => tests/oak}/test_find_continuous_dominant_peaks.py (100%) rename {forest/oak/tests => tests/oak}/test_find_walking.py (100%) rename {forest/oak/tests => tests/oak}/test_get_pp.py (100%) rename {forest/oak/tests => tests/oak}/test_identify_peaks_in_cwt.py (100%) rename {forest/oak/tests => tests/oak}/test_preprocess_bout.py (100%) rename {forest/oak/tests => tests/oak}/test_preprocess_dates.py (100%) rename {forest/oak/tests => tests/oak}/test_run_hourly.py (100%) diff --git a/tests/oak/__init__.py b/tests/oak/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/forest/oak/tests/conftest.py b/tests/oak/conftest.py similarity index 100% rename from forest/oak/tests/conftest.py rename to tests/oak/conftest.py diff --git a/forest/oak/tests/test_adjust_bout.py b/tests/oak/test_adjust_bout.py similarity index 100% rename from forest/oak/tests/test_adjust_bout.py rename to tests/oak/test_adjust_bout.py diff --git a/forest/oak/tests/test_compute_interpolate_cwt.py b/tests/oak/test_compute_interpolate_cwt.py similarity index 100% rename from forest/oak/tests/test_compute_interpolate_cwt.py rename to tests/oak/test_compute_interpolate_cwt.py diff --git a/forest/oak/tests/test_data_bout.csv b/tests/oak/test_data_bout.csv similarity index 100% rename from forest/oak/tests/test_data_bout.csv rename to tests/oak/test_data_bout.csv diff --git a/forest/oak/tests/test_find_continuous_dominant_peaks.py b/tests/oak/test_find_continuous_dominant_peaks.py similarity index 100% rename from forest/oak/tests/test_find_continuous_dominant_peaks.py rename to tests/oak/test_find_continuous_dominant_peaks.py diff --git a/forest/oak/tests/test_find_walking.py b/tests/oak/test_find_walking.py similarity index 100% rename from forest/oak/tests/test_find_walking.py rename to tests/oak/test_find_walking.py diff --git a/forest/oak/tests/test_get_pp.py b/tests/oak/test_get_pp.py similarity index 100% rename from forest/oak/tests/test_get_pp.py rename to tests/oak/test_get_pp.py diff --git a/forest/oak/tests/test_identify_peaks_in_cwt.py b/tests/oak/test_identify_peaks_in_cwt.py similarity index 100% rename from forest/oak/tests/test_identify_peaks_in_cwt.py rename to tests/oak/test_identify_peaks_in_cwt.py diff --git a/forest/oak/tests/test_preprocess_bout.py b/tests/oak/test_preprocess_bout.py similarity index 100% rename from forest/oak/tests/test_preprocess_bout.py rename to tests/oak/test_preprocess_bout.py diff --git a/forest/oak/tests/test_preprocess_dates.py b/tests/oak/test_preprocess_dates.py similarity index 100% rename from forest/oak/tests/test_preprocess_dates.py rename to tests/oak/test_preprocess_dates.py diff --git a/forest/oak/tests/test_run_hourly.py b/tests/oak/test_run_hourly.py similarity index 100% rename from forest/oak/tests/test_run_hourly.py rename to tests/oak/test_run_hourly.py