From 9e53b744a8811d0d9ab6820172da11c9a4327453 Mon Sep 17 00:00:00 2001 From: dennisvang <29799340+dennisvang@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:14:04 +0100 Subject: [PATCH] master: rename test_common.py this is a workaround for a debugging issue in pycharm: https://youtrack.jetbrains.com/issue/PY-70408 --- tests/{test_common.py => test_common_.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{test_common.py => test_common_.py} (100%) diff --git a/tests/test_common.py b/tests/test_common_.py similarity index 100% rename from tests/test_common.py rename to tests/test_common_.py