From d2a4f87bd36913f3ddfbb4b876152b862f629da2 Mon Sep 17 00:00:00 2001 From: GaryGriffin Date: Fri, 29 May 2026 16:52:16 -0700 Subject: [PATCH] Add __init__.py to all unittest folders If a unittest folder is missing the __init__.py, create it. --- CalculateEstimatedDates/tests/__init__.py | 0 DataEntryGramplet/tests/__init__.py | 0 Form/tests/__init__.py | 0 PDFForms/tests/__init__.py | 0 TMGimporter/tests/__init__.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 CalculateEstimatedDates/tests/__init__.py create mode 100644 DataEntryGramplet/tests/__init__.py create mode 100644 Form/tests/__init__.py create mode 100644 PDFForms/tests/__init__.py create mode 100644 TMGimporter/tests/__init__.py diff --git a/CalculateEstimatedDates/tests/__init__.py b/CalculateEstimatedDates/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/DataEntryGramplet/tests/__init__.py b/DataEntryGramplet/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/Form/tests/__init__.py b/Form/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/PDFForms/tests/__init__.py b/PDFForms/tests/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/TMGimporter/tests/__init__.py b/TMGimporter/tests/__init__.py new file mode 100644 index 000000000..e69de29bb