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