mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 13:53:53 +01:00
test: Cleanup tests and use relative imports
This commit is contained in:
5
tests/io_tests/__init__.py
Normal file
5
tests/io_tests/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Init file for test group."""
|
||||
__author__ = "Sven Sager"
|
||||
__copyright__ = "Copyright (C) 2024 Sven Sager"
|
||||
__license__ = "GPLv2"
|
||||
@@ -7,7 +7,7 @@ __license__ = "GPLv2"
|
||||
from os.path import dirname
|
||||
|
||||
from revpimodio2 import OUT
|
||||
from tests import TestRevPiModIO
|
||||
from .. import TestRevPiModIO
|
||||
|
||||
|
||||
class TestIoFunctions(TestRevPiModIO):
|
||||
|
||||
@@ -7,7 +7,7 @@ __license__ = "GPLv2"
|
||||
from os.path import dirname
|
||||
|
||||
from revpimodio2.io import IntIOCounter
|
||||
from tests import TestRevPiModIO
|
||||
from .. import TestRevPiModIO
|
||||
|
||||
|
||||
class TestIos(TestRevPiModIO):
|
||||
|
||||
Reference in New Issue
Block a user