more tnc to modem renaming

This commit is contained in:
DJ2LS 2023-10-22 10:32:23 +02:00
parent dfb5dd2903
commit 009087f27a

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Unit test common helper routines used throughout the TNC.
Unit test common helper routines used throughout the Modem.
Can be invoked from CMake, pytest, coverage or directly.
@ -14,7 +14,7 @@ import sys
import helpers
import pytest
from static import ARQ, AudioParam, Beacon, Channel, Daemon, HamlibParam, ModemParam, Station, Statistics, TCIParam, TNC
from static import ARQ, AudioParam, Beacon, Channel, Daemon, HamlibParam, ModemParam, Station, Statistics, TCIParam, Modem
@pytest.mark.parametrize("callsign", ["AA1AA", "DE2DE", "E4AWQ-4"])