Public Member Functions | |
def | test_build_at |
def | test_build_at_data_len_mismatch |
def | test_build_at_data_mismatch |
def | test_build_at_with_default |
_build_command should properly build a command packet
Definition at line 24 of file test_ieee.py.
_build_command should build a valid at command packet which has no parameter data to be saved
Definition at line 61 of file test_ieee.py.
if data of incorrect length is provided, an exception should be raised
Definition at line 45 of file test_ieee.py.
if not enough or incorrect data is provided, an exception should be raised.
Definition at line 29 of file test_ieee.py.
_build_command should build a valid at command packet which has no parameter data to be saved and no frame specified (the default value of \x00 should be used)
Definition at line 78 of file test_ieee.py.