aprsd/tests
Hemna 61967b5fe8 Removed TXThread
Since all outbound messages have a send() method that starts
a separate there, there really is no reason for the transmit queue
thread at all.  All it did was get a message from the queue and then
call send on it, which would start another thread.  This removes that
intermediate TXThread.   When you want to send a message just call
send() on the message object.
2021-08-24 15:22:50 -04:00
..
__init__.py Update tox environment to fix formatting python errors 2020-12-11 08:47:56 -05:00
fake.py Rebase from master and run gray 2021-08-23 14:08:14 -04:00
test_email.py Refactor Message processing and MORE 2021-08-23 13:43:53 -04:00
test_main.py Refactor Message processing and MORE 2021-08-23 13:43:53 -04:00
test_messaging.py Updated MsgTrack restart_delayed 2021-01-11 11:03:41 -05:00
test_plugin.py Removed TXThread 2021-08-24 15:22:50 -04:00