diff --git a/forest/bonsai/tests/__init__.py b/forest/bonsai/tests/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/forest/jasmine/tests/__init__.py b/forest/jasmine/tests/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/pytest.ini b/pytest.ini index f2907d2d..8ac4ff7a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,6 @@ [pytest] +addopts = --import-mode=importlib +testpaths = tests filterwarnings = error # Ignore specific DeprecationWarnings from librosa.core.intervals diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/forest/bonsai/tests/test_simulate_gps_data.py b/tests/bonsai/test_simulate_gps_data.py similarity index 100% rename from forest/bonsai/tests/test_simulate_gps_data.py rename to tests/bonsai/test_simulate_gps_data.py diff --git a/forest/jasmine/tests/test_traj2stats.py b/tests/jasmine/test_traj2stats.py similarity index 100% rename from forest/jasmine/tests/test_traj2stats.py rename to tests/jasmine/test_traj2stats.py 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 diff --git a/forest/poplar/tests/test_data/idr8gqdh/gps/2021-12-15 01_00_00+00_00.csv b/tests/poplar/test_data/idr8gqdh/gps/2021-12-15 01_00_00+00_00.csv similarity index 100% rename from forest/poplar/tests/test_data/idr8gqdh/gps/2021-12-15 01_00_00+00_00.csv rename to tests/poplar/test_data/idr8gqdh/gps/2021-12-15 01_00_00+00_00.csv diff --git a/forest/poplar/tests/test_data/idr8gqdh/gps/2021-12-16 21_00_00+00_00.csv b/tests/poplar/test_data/idr8gqdh/gps/2021-12-16 21_00_00+00_00.csv similarity index 100% rename from forest/poplar/tests/test_data/idr8gqdh/gps/2021-12-16 21_00_00+00_00.csv rename to tests/poplar/test_data/idr8gqdh/gps/2021-12-16 21_00_00+00_00.csv diff --git a/forest/poplar/tests/test_data/idr8gqdh/gps/2021-12-17 00_00_00+00_00.csv b/tests/poplar/test_data/idr8gqdh/gps/2021-12-17 00_00_00+00_00.csv similarity index 100% rename from forest/poplar/tests/test_data/idr8gqdh/gps/2021-12-17 00_00_00+00_00.csv rename to tests/poplar/test_data/idr8gqdh/gps/2021-12-17 00_00_00+00_00.csv diff --git a/forest/poplar/tests/test_poplar_functions.py b/tests/poplar/test_poplar_functions.py similarity index 100% rename from forest/poplar/tests/test_poplar_functions.py rename to tests/poplar/test_poplar_functions.py diff --git a/forest/sycamore/tests/audio_survey_config.json b/tests/sycamore/audio_survey_config.json similarity index 100% rename from forest/sycamore/tests/audio_survey_config.json rename to tests/sycamore/audio_survey_config.json diff --git a/forest/sycamore/tests/audio_survey_history.json b/tests/sycamore/audio_survey_history.json similarity index 100% rename from forest/sycamore/tests/audio_survey_history.json rename to tests/sycamore/audio_survey_history.json diff --git a/forest/sycamore/tests/config_file_for_submits.json b/tests/sycamore/config_file_for_submits.json similarity index 100% rename from forest/sycamore/tests/config_file_for_submits.json rename to tests/sycamore/config_file_for_submits.json diff --git a/forest/sycamore/tests/config_file_with_commas_and_semicolons.json b/tests/sycamore/config_file_with_commas_and_semicolons.json similarity index 100% rename from forest/sycamore/tests/config_file_with_commas_and_semicolons.json rename to tests/sycamore/config_file_with_commas_and_semicolons.json diff --git a/forest/sycamore/tests/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_17+00_00.csv b/tests/sycamore/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_17+00_00.csv similarity index 100% rename from forest/sycamore/tests/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_17+00_00.csv rename to tests/sycamore/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_17+00_00.csv diff --git a/forest/sycamore/tests/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_33+00_00.csv b/tests/sycamore/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_33+00_00.csv similarity index 100% rename from forest/sycamore/tests/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_33+00_00.csv rename to tests/sycamore/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_33+00_00.csv diff --git a/forest/sycamore/tests/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_44+00_00.csv b/tests/sycamore/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_44+00_00.csv similarity index 100% rename from forest/sycamore/tests/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_44+00_00.csv rename to tests/sycamore/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_44_44+00_00.csv diff --git a/forest/sycamore/tests/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_49_00+00_00.csv b/tests/sycamore/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_49_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_49_00+00_00.csv rename to tests/sycamore/dir_with_seps_in_qs/lb8v89pm/survey_answers/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-03 04_49_00+00_00.csv diff --git a/forest/sycamore/tests/dir_with_seps_in_qs/lb8v89pm/survey_timings/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-04 04_00_00+00_00.csv b/tests/sycamore/dir_with_seps_in_qs/lb8v89pm/survey_timings/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-04 04_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/dir_with_seps_in_qs/lb8v89pm/survey_timings/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-04 04_00_00+00_00.csv rename to tests/sycamore/dir_with_seps_in_qs/lb8v89pm/survey_timings/ESBAWuEB7iux4jR3MBb4fwIG/2022-06-04 04_00_00+00_00.csv diff --git a/forest/sycamore/tests/empty_dir/registry b/tests/sycamore/empty_dir/registry similarity index 100% rename from forest/sycamore/tests/empty_dir/registry rename to tests/sycamore/empty_dir/registry diff --git a/forest/sycamore/tests/empty_intervention_data.json b/tests/sycamore/empty_intervention_data.json similarity index 100% rename from forest/sycamore/tests/empty_intervention_data.json rename to tests/sycamore/empty_intervention_data.json diff --git a/forest/sycamore/tests/far_relative_survey.json b/tests/sycamore/far_relative_survey.json similarity index 100% rename from forest/sycamore/tests/far_relative_survey.json rename to tests/sycamore/far_relative_survey.json diff --git a/forest/sycamore/tests/history_file_with_commas_and_semicolons.json b/tests/sycamore/history_file_with_commas_and_semicolons.json similarity index 100% rename from forest/sycamore/tests/history_file_with_commas_and_semicolons.json rename to tests/sycamore/history_file_with_commas_and_semicolons.json diff --git a/forest/sycamore/tests/one_weekly_survey.json b/tests/sycamore/one_weekly_survey.json similarity index 100% rename from forest/sycamore/tests/one_weekly_survey.json rename to tests/sycamore/one_weekly_survey.json diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_58_51+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_58_51+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_58_51+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_58_51+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_59_07+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_59_07+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_59_07+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_59_07+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 14_06_43+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 14_06_43+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 14_06_43+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 14_06_43+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 16_32_56+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 16_32_56+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 16_32_56+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 16_32_56+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 18_44_37+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 18_44_37+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 18_44_37+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 18_44_37+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 19_20_11+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 19_20_11+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 19_20_11+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 19_20_11+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-10 13_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-11 07_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-11 07_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-11 07_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-11 07_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 04_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 04_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 04_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 04_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 16_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 16_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 16_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 16_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 22_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 22_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 22_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-12 22_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-13 10_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-13 10_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-13 10_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-13 10_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-13 23_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-13 23_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-13 23_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-13 23_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 05_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 05_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 05_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 05_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 11_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 11_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 11_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 11_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 16_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 16_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 16_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 16_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 18_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 18_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 18_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 18_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 19_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 19_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 19_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-14 19_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-15 01_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-15 01_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-15 01_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-15 01_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-15 07_00_00+00_00.csv b/tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-15 07_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-15 07_00_00+00_00.csv rename to tests/sycamore/sample_dir/16au2moz/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2022-03-15 07_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/audioid2/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-11 09_12_10+00_00.mp4 b/tests/sycamore/sample_dir/audioid2/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-11 09_12_10+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioid2/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-11 09_12_10+00_00.mp4 rename to tests/sycamore/sample_dir/audioid2/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-11 09_12_10+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioid2/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-21 18_48_38+00_00.mp4 b/tests/sycamore/sample_dir/audioid2/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-21 18_48_38+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioid2/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-21 18_48_38+00_00.mp4 rename to tests/sycamore/sample_dir/audioid2/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-21 18_48_38+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-08 01_13_12+00_00.mp4 b/tests/sycamore/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-08 01_13_12+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-08 01_13_12+00_00.mp4 rename to tests/sycamore/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-08 01_13_12+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-18 09_12_10+00_00.mp4 b/tests/sycamore/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-18 09_12_10+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-18 09_12_10+00_00.mp4 rename to tests/sycamore/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-18 09_12_10+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-20 18_48_38+00_00.mp4 b/tests/sycamore/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-20 18_48_38+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-20 18_48_38+00_00.mp4 rename to tests/sycamore/sample_dir/audioid2/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-20 18_48_38+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-11 09_12_10+00_00.mp4 b/tests/sycamore/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-11 09_12_10+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-11 09_12_10+00_00.mp4 rename to tests/sycamore/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-11 09_12_10+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-14 19_02_10+00_00.mp4 b/tests/sycamore/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-14 19_02_10+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-14 19_02_10+00_00.mp4 rename to tests/sycamore/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-14 19_02_10+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-18 01_13_12+00_00.mp4 b/tests/sycamore/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-18 01_13_12+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-18 01_13_12+00_00.mp4 rename to tests/sycamore/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-18 01_13_12+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-21 18_48_38+00_00.mp4 b/tests/sycamore/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-21 18_48_38+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-21 18_48_38+00_00.mp4 rename to tests/sycamore/sample_dir/audioqdz/audio_recordings/6iWVNrsd1RE2zAeIPegZDrCc/2021-12-21 18_48_38+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-08 01_13_12+00_00.mp4 b/tests/sycamore/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-08 01_13_12+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-08 01_13_12+00_00.mp4 rename to tests/sycamore/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-08 01_13_12+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-14 19_12_10+00_00.mp4 b/tests/sycamore/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-14 19_12_10+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-14 19_12_10+00_00.mp4 rename to tests/sycamore/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-14 19_12_10+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-18 09_12_10+00_00.mp4 b/tests/sycamore/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-18 09_12_10+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-18 09_12_10+00_00.mp4 rename to tests/sycamore/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-18 09_12_10+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-20 18_48_38+00_00.mp4 b/tests/sycamore/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-20 18_48_38+00_00.mp4 similarity index 100% rename from forest/sycamore/tests/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-20 18_48_38+00_00.mp4 rename to tests/sycamore/sample_dir/audioqdz/audio_recordings/tO1GFjGJjMnaDRThUQK6l4dv/2021-12-20 18_48_38+00_00.mp4 diff --git a/forest/sycamore/tests/sample_dir/idr8gqdh/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_44_27+00_00.csv b/tests/sycamore/sample_dir/idr8gqdh/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_44_27+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/idr8gqdh/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_44_27+00_00.csv rename to tests/sycamore/sample_dir/idr8gqdh/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_44_27+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/idr8gqdh/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_44_54+00_00.csv b/tests/sycamore/sample_dir/idr8gqdh/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_44_54+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/idr8gqdh/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_44_54+00_00.csv rename to tests/sycamore/sample_dir/idr8gqdh/survey_answers/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_44_54+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_00_00+00_00.csv b/tests/sycamore/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_00_00+00_00.csv rename to tests/sycamore/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 03_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 09_00_00+00_00.csv b/tests/sycamore/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 09_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 09_00_00+00_00.csv rename to tests/sycamore/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 09_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 15_00_00+00_00.csv b/tests/sycamore/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 15_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 15_00_00+00_00.csv rename to tests/sycamore/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 15_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 22_00_00+00_00.csv b/tests/sycamore/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 22_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 22_00_00+00_00.csv rename to tests/sycamore/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-09 22_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-10 04_00_00+00_00.csv b/tests/sycamore/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-10 04_00_00+00_00.csv similarity index 100% rename from forest/sycamore/tests/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-10 04_00_00+00_00.csv rename to tests/sycamore/sample_dir/idr8gqdh/survey_timings/hkmxse2N7aMGfNyVMQDiWWEP/2021-12-10 04_00_00+00_00.csv diff --git a/forest/sycamore/tests/sample_intervention_data.json b/tests/sycamore/sample_intervention_data.json similarity index 100% rename from forest/sycamore/tests/sample_intervention_data.json rename to tests/sycamore/sample_intervention_data.json diff --git a/forest/sycamore/tests/sample_study_surveys_and_settings.json b/tests/sycamore/sample_study_surveys_and_settings.json similarity index 100% rename from forest/sycamore/tests/sample_study_surveys_and_settings.json rename to tests/sycamore/sample_study_surveys_and_settings.json diff --git a/forest/sycamore/tests/test_functions.py b/tests/sycamore/test_functions.py similarity index 100% rename from forest/sycamore/tests/test_functions.py rename to tests/sycamore/test_functions.py diff --git a/forest/willow/tests/test_log_stats.py b/tests/willow/test_log_stats.py similarity index 100% rename from forest/willow/tests/test_log_stats.py rename to tests/willow/test_log_stats.py