mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 22:03:53 +01:00
test: Cleanup tests and use relative imports
This commit is contained in:
@@ -9,8 +9,8 @@ from threading import Event
|
||||
from time import sleep
|
||||
|
||||
from revpimodio2 import RISING, FALLING
|
||||
from tests import TestRevPiModIO
|
||||
from tests.helper import ChangeThread
|
||||
from .. import TestRevPiModIO
|
||||
from ..helper import ChangeThread
|
||||
|
||||
event_data = (None, None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user