From: =?utf-8?q?Sandro_Knau=C3=9F?= <hefee@debian.org>
Date: Wed, 6 Mar 2024 18:50:45 +0100
Subject: add pytest.ini to make sure pytest can find all tests.

Forwarded: not-needed
---
 desktop/tests/pytest.ini | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 desktop/tests/pytest.ini

diff --git a/desktop/tests/pytest.ini b/desktop/tests/pytest.ini
new file mode 100644
index 0000000..9368b52
--- /dev/null
+++ b/desktop/tests/pytest.ini
@@ -0,0 +1,4 @@
+[pytest]
+python_files = test*.py
+python_classes = Test
+python_functions = test
