figured out how to unit test __reader()

This commit is contained in:
Mike Kinney
2021-12-25 11:39:04 -08:00
parent 9fea479af4
commit a243fab9af
4 changed files with 73 additions and 20 deletions

View File

@@ -8,6 +8,7 @@ import pytest
from meshtastic.__main__ import Globals
from ..mesh_interface import MeshInterface
@pytest.fixture
def reset_globals():
"""Fixture to reset globals."""