summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_message_debug.py
Commit message (Collapse)AuthorAgeFilesLines
* blocks: pep8 formattingJosh Morman2021-11-241-8/+18
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* blocks: message strobe - add unit testlenhart2021-10-221-0/+60
* added unittest to the message strobe block (by testing against the message debug block). Taken test method from gr-zeromq message blocks as pointed out by Vasil. Signed-off-by: Lenhart <malte.lenhart@mailbox.org>