Commit graph

8 commits

Author SHA1 Message Date
Jaroslav Škarvada
583ce2dedf Fixed Baofeng UV-3R radio
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2022-10-11 19:29:39 -07:00
Apostolos Kefalas
e980492fed Make Alinco models py3 friendly 2022-10-10 10:45:21 +03:00
Apostolos Kefalas
00e4093dfc Many Retevis model ported to python 3 2022-10-09 12:04:16 -07:00
Dan Smith
b7f7768ee8 Update py3 support matrix for recent additions 2022-10-09 09:12:56 -07:00
Dan Smith
345bb586c9 Report byte clean status on py3 driver report 2022-10-02 07:49:51 -07:00
Apostolos Kefalas
1f24aec393 Update python 3 driver testing 2022-10-01 16:09:13 -07:00
Dan Smith
dc2c406362 Update py3 driver tracking for recent fixes 2022-09-21 15:12:24 -07:00
Dan Smith
e43e34b3b8 Add a tool for tracking real-world driver testing
Converting a driver to pass tests on python3 is not quite the same
as it actually working in the real world. We need to keep track of
which drivers have been tested in the wild, separate from those that
merely pass tests.

This adds a file tests/py3_driver-testers.txt, which is a simple list
of the driver ID key and the person/date when it was tested. Running
the "makesupported" tox target will also generate
tests/Python3_Driver_Testing.md, which will be render-able in github
for easy viewing.

If you test a driver on python3, please add a line to the tracking
file, run the makesupported target, and update the markdown file.
2022-09-21 15:05:09 -07:00