mirror of
https://github.com/naruxde/revpimodio2.git
synced 2026-05-16 08:27:24 +02: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