chirp/README.md
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

546 B

CHIRP Project

This is the official git repository for the CHIRP project. This repo is mirrored to the legacy mercurial repo and patches are still accepted via the mailing list against that repository for existing contributors. New contributions are preferred as PRs here.

When submitting PRs, please squash commits into logical units in a fashion similar to what is currently expected by the project on the mailing list.

For Python3 driver testing status, see this file.