summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/tests/test_modtool.py
Commit message (Collapse)AuthorAgeFilesLines
* gr-utils: restructure {mod,block}tool foldersjapm482020-04-101-323/+0
| | | | | Move modtool and blocktool outside of the python folder, as per issue #2462.
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Disable Python 2kMarcus Müller2020-01-041-5/+1
| | | | | | | | | | - Update SWIG settings - Update CMake - Remove Python2 references Note: This does not touch a lot of Python files, and many Python files will still work with Python 2 after this commit. However, we won't allow that in our CMake, and the support will be gone too.
* modtool test: Don't silence ResourceWarning on systems without itMarcus Müller2019-04-211-1/+5
|
* modtool tests: Don't install tests, but make them work in build dirMarcus Müller2019-04-211-7/+17
| | | | | This includes explicitly stating the template directory in the test, and changing the CMakeLists to not install but test.
* modtool: fix modtool tests for missing pylint dependencyArpit Gupta2019-04-211-10/+41
|
* modtool: gr-modtool overhaul GSoC 2018Swapnil Negi2019-01-041-0/+294
This commit contains all the changes done during the 2018 GSoC "gr-modtool overhaul". Changes include: - Rewrite of gr-modtool based on Python Click - Split of gr-modtool in cli and core - Adherence to new GNU Radio 3.8 API for OOTs - Pylint improvements - Py3k and Py2k compatibility This feature is merged in a squash-merge due to big refactoring on the head and base branch and the impossibility to unclutter both.