summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio/gr/qa_hier_block2.py
Commit message (Collapse)AuthorAgeFilesLines
* runtime: pep8 formattingJosh Morman2021-11-241-3/+3
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* testing: rm dependencies from disabled components in blocks/runtime testsMarcus Müller2021-06-191-24/+28
| | | | | | | | | This included shifting of the PDU test from runtime to gr-pdu, and making the tests that actually require blocks conditional on whether there's going to be gr-blocks. Also, don't use gr-analog just because you need data. Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-18/+30
| | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-1/+1
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-3/+5
|
* runtime: fix hierarchical block message port flattening/GRC usageTim O'Shea2015-12-081-1/+50
|
* runtime: stop catching errors from primitive_connect in connect decoratorSebastian Koslowski2015-07-271-5/+7
|
* runtime: add tests for new decorators in hier_block2Sebastian Koslowski2014-12-121-0/+91