From 29f4400fee59d96e64aa087a0d97e62663779a63 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Mon, 9 Jun 2025 13:21:03 +0200 Subject: [PATCH 1/2] Initfile for runners unit tests --- tests/unit/runners/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/unit/runners/__init__.py diff --git a/tests/unit/runners/__init__.py b/tests/unit/runners/__init__.py new file mode 100644 index 00000000..98b03371 --- /dev/null +++ b/tests/unit/runners/__init__.py @@ -0,0 +1 @@ +"""Unit tests for runners.""" From ddda1c1bb6b3badbac0c09a3dc336bbcf0e8ca3a Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Mon, 9 Jun 2025 13:21:14 +0200 Subject: [PATCH 2/2] Initfile endpoints unit tests --- tests/unit/app/endpoints/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/unit/app/endpoints/__init__.py diff --git a/tests/unit/app/endpoints/__init__.py b/tests/unit/app/endpoints/__init__.py new file mode 100644 index 00000000..c11c0b25 --- /dev/null +++ b/tests/unit/app/endpoints/__init__.py @@ -0,0 +1 @@ +"""Unit tests for endpoints implementations."""