From 05a950e4aaf13ea64b59434faf9a2da82757604f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= <mate.balajti@unibas.ch> Date: Tue, 5 Sep 2023 17:27:53 +0200 Subject: [PATCH] fix: add init.py to tests --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..01d21ff --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Initialise tests.""" -- GitLab