test: Cleanup tests and use relative imports

This commit is contained in:
2024-11-08 08:31:39 +01:00
parent dc5906288c
commit 276ea8dd72
26 changed files with 79 additions and 33 deletions

View File

@@ -8,8 +8,8 @@ from os.path import dirname
from time import sleep
import revpimodio2
from tests import TestRevPiModIO
from tests.helper import ExitThread, ChangeThread
from .. import TestRevPiModIO
from ..helper import ExitThread, ChangeThread
event_data = (None, None)