fix tests imports, add sed for fixing pb2 imports

This commit is contained in:
foglet15
2024-02-25 14:16:31 -05:00
parent 769c99ec7d
commit 10c2e753f5
16 changed files with 136 additions and 129 deletions

View File

@@ -7,7 +7,7 @@ from unittest.mock import MagicMock, patch
import pytest
# from ..admin_pb2 import AdminMessage
from ..channel_pb2 import Channel
from ..pbDefinitions.channel_pb2 import Channel
from ..node import Node
from ..serial_interface import SerialInterface