1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-10 18:08:44 -04:00

Got unit tests working again

This commit is contained in:
2024-04-01 21:46:23 -04:00
parent a270c75263
commit f92b2ee364
6 changed files with 29 additions and 18 deletions
+1 -2
View File
@@ -6,7 +6,7 @@ from oslo_config import cfg
from aprsd import conf # noqa: F401
from aprsd import packets
from aprsd import plugin as aprsd_plugin
from aprsd import plugins, stats
from aprsd import plugins
from aprsd.packets import core
from . import fake
@@ -89,7 +89,6 @@ class TestPlugin(unittest.TestCase):
self.config_and_init()
def tearDown(self) -> None:
stats.APRSDStats._instance = None
packets.WatchList._instance = None
packets.SeenList._instance = None
packets.PacketTrack._instance = None