From 2325803dd3849e72ae76f8ef487a98d990b5073f Mon Sep 17 00:00:00 2001 From: Paul Kronenwetter Date: Fri, 6 May 2022 22:24:57 -0400 Subject: [PATCH] Added parameters to tests. Make other minor tweaks and documentation. --- test/test_tnc_states.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_tnc_states.py b/test/test_tnc_states.py index 5b0a78fa..6e9279d0 100644 --- a/test/test_tnc_states.py +++ b/test/test_tnc_states.py @@ -108,7 +108,7 @@ def test_valid_disconnect(mycall: str, dxcall: str): # Set the SSIDs we'll use for this test. static.SSID_LIST = [0, 1, 2, 3, 4] - # set up the static parameters for the connection. + # Setup the static parameters for the connection. mycallsign_bytes = helpers.callsign_to_bytes(mycall) mycallsign = helpers.bytes_to_callsign(mycallsign_bytes) static.MYCALLSIGN = mycallsign @@ -161,7 +161,7 @@ def test_foreign_disconnect(mycall: str, dxcall: str): :return: Bytearray of the requested frame :rtype: bytearray """ - # set up the static parameters for the connection. + # Setup the static parameters for the connection. mycallsign_bytes = helpers.callsign_to_bytes(mycall) mycallsign = helpers.bytes_to_callsign(mycallsign_bytes) static.MYCALLSIGN = mycallsign