mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-04 07:04:40 -04:00
Refactored packets
this patch removes the need for dacite2 package for creating packet objects from the aprslib decoded packet dictionary. moved the factory method from the base Packet object to the core module.
This commit is contained in:
@@ -11,7 +11,7 @@ from .. import fake, test_plugin
|
||||
CONF = cfg.CONF
|
||||
|
||||
|
||||
class TestUSWeatherPluginPlugin(test_plugin.TestPlugin):
|
||||
class TestUSWeatherPlugin(test_plugin.TestPlugin):
|
||||
|
||||
def test_not_enabled_missing_aprs_fi_key(self):
|
||||
# When the aprs.fi api key isn't set, then
|
||||
|
||||
Reference in New Issue
Block a user