From 9175921b0fd1ad94dc90963195dac7b0248b66d4 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 2 May 2022 01:36:07 +0200 Subject: [PATCH] build(meta): Make pytest dirs into packages Per pytest's "Good Integration Practices" (https://docs.pytest.org/en/7.1.x/explanation/goodpractices.html) make all test directories into packages with '__init__.py' files --- tests/__init__.py | 0 tests/kodi-timekeeper/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/__init__.py create mode 100644 tests/kodi-timekeeper/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/kodi-timekeeper/__init__.py b/tests/kodi-timekeeper/__init__.py new file mode 100644 index 0000000..e69de29