From 2a1edeb76e5eb31c3130d916c73f97304a61e693 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Mon, 28 Jul 2025 23:12:50 -0700 Subject: [PATCH] feat: Add comprehensive tests for punch button functionality and multiple dose handling --- test_automated_punch.py => scripts/test_automated_punch.py | 0 test_final_verification.py => scripts/test_final_verification.py | 0 .../test_multiple_dose_issue.py | 0 test_programmatic_punch.py => scripts/test_programmatic_punch.py | 0 test_punch_diagnosis.py => scripts/test_punch_diagnosis.py | 0 test_punch_only.py => scripts/test_punch_only.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename test_automated_punch.py => scripts/test_automated_punch.py (100%) rename test_final_verification.py => scripts/test_final_verification.py (100%) rename test_multiple_dose_issue.py => scripts/test_multiple_dose_issue.py (100%) rename test_programmatic_punch.py => scripts/test_programmatic_punch.py (100%) rename test_punch_diagnosis.py => scripts/test_punch_diagnosis.py (100%) rename test_punch_only.py => scripts/test_punch_only.py (100%) diff --git a/test_automated_punch.py b/scripts/test_automated_punch.py similarity index 100% rename from test_automated_punch.py rename to scripts/test_automated_punch.py diff --git a/test_final_verification.py b/scripts/test_final_verification.py similarity index 100% rename from test_final_verification.py rename to scripts/test_final_verification.py diff --git a/test_multiple_dose_issue.py b/scripts/test_multiple_dose_issue.py similarity index 100% rename from test_multiple_dose_issue.py rename to scripts/test_multiple_dose_issue.py diff --git a/test_programmatic_punch.py b/scripts/test_programmatic_punch.py similarity index 100% rename from test_programmatic_punch.py rename to scripts/test_programmatic_punch.py diff --git a/test_punch_diagnosis.py b/scripts/test_punch_diagnosis.py similarity index 100% rename from test_punch_diagnosis.py rename to scripts/test_punch_diagnosis.py diff --git a/test_punch_only.py b/scripts/test_punch_only.py similarity index 100% rename from test_punch_only.py rename to scripts/test_punch_only.py