aprsd/tests
Hemna e386e91f6e Eliminated need for from_aprslib_dict
This patch eliminates the need for a custom
static method on each Packetclass to convert an aprslib
raw decoded dictionary -> correct Packet class.

This now uses the built in dataclasses_json from_dict()
mixin with an override for both the WeatherPacket and
the ThirdPartyPacket.

This patch also adds the TelemetryPacket and adds some
missing members to a few of the classes from test runs
decoding all packets from APRS-IS -> Packet classes.

Also adds some verification for packets in test_packets
2024-03-20 21:46:43 -04:00
..
cmds Refactored packets 2024-03-20 15:41:25 -04:00
plugins Refactored packets 2024-03-20 15:41:25 -04:00
__init__.py Update tox environment to fix formatting python errors 2020-12-11 08:47:56 -05:00
fake.py Refactored packets 2024-03-20 15:41:25 -04:00
test_email.py Removed references to old custom config 2022-12-27 14:30:03 -05:00
test_main.py Convert config to oslo_config 2022-12-24 16:51:40 -05:00
test_packets.py Eliminated need for from_aprslib_dict 2024-03-20 21:46:43 -04:00
test_plugin.py Refactored packets 2024-03-20 15:41:25 -04:00