From 466e45d56a3f4c0d7dd0ef599ea9231a3c572b5c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 21 Nov 2024 12:48:35 -0600 Subject: Initialise test directories as packages to prevent pytest failure. --- tests/__init__.py | 1 + tests/unit/__init__.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/__init__.py create mode 100644 tests/unit/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..683d2ab --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Package for all tests.""" diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py new file mode 100644 index 0000000..87929e2 --- /dev/null +++ b/tests/unit/__init__.py @@ -0,0 +1 @@ +"""Package for unit tests.""" -- cgit v1.2.3