LoRa_APRS_iGate/HIL_tests/test_01.py
Peter Buchegger 4b0b0fa52b 🩺 add a simple HIL test
first working HIL test
2021-11-07 22:42:21 +00:00

14 lines
210 B
Python

import logging
import sys
from pathlib import Path
from HIL.esp_dut import ESP
from HIL.aprs_con import APRSIS
logger = logging.getLogger(__name__)
logger.error(sys.path)
def test_01(ESP, APRSIS):
pass