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 + 1 file changed, 1 insertion(+) create mode 100644 tests/__init__.py (limited to 'tests/__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.""" -- cgit v1.2.3