From 61975093f9e91ac94c83b8157faf1b18bcb95d93 Mon Sep 17 00:00:00 2001 From: mike cullerton Date: Fri, 10 Dec 2021 15:47:34 -0500 Subject: [PATCH] Renamed some files to include the word `progress` --- crc/scripts/{set_study_status.py => set_study_progress_status.py} | 0 ...dy_statuses.py => d830959e96c0_new_study_progress_statuses.py} | 0 .../set_study_progress_status.bpmn} | 0 ...test_set_study_status.py => test_set_study_progress_status.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename crc/scripts/{set_study_status.py => set_study_progress_status.py} (100%) rename migrations/versions/{d830959e96c0_new_study_statuses.py => d830959e96c0_new_study_progress_statuses.py} (100%) rename tests/data/{set_study_status/set_study_status.bpmn => set_study_progress_status/set_study_progress_status.bpmn} (100%) rename tests/scripts/{test_set_study_status.py => test_set_study_progress_status.py} (100%) diff --git a/crc/scripts/set_study_status.py b/crc/scripts/set_study_progress_status.py similarity index 100% rename from crc/scripts/set_study_status.py rename to crc/scripts/set_study_progress_status.py diff --git a/migrations/versions/d830959e96c0_new_study_statuses.py b/migrations/versions/d830959e96c0_new_study_progress_statuses.py similarity index 100% rename from migrations/versions/d830959e96c0_new_study_statuses.py rename to migrations/versions/d830959e96c0_new_study_progress_statuses.py diff --git a/tests/data/set_study_status/set_study_status.bpmn b/tests/data/set_study_progress_status/set_study_progress_status.bpmn similarity index 100% rename from tests/data/set_study_status/set_study_status.bpmn rename to tests/data/set_study_progress_status/set_study_progress_status.bpmn diff --git a/tests/scripts/test_set_study_status.py b/tests/scripts/test_set_study_progress_status.py similarity index 100% rename from tests/scripts/test_set_study_status.py rename to tests/scripts/test_set_study_progress_status.py