Commit Graph

5 Commits

Author SHA1 Message Date
Dan Smith
9df904aa34 Fix URL in README.md 2024-07-05 16:30:43 -07:00
Dan Smith
252f66d82e Remove mention of mercurial mirroring 2022-12-27 13:52:31 -08: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
Dan Smith
e54ebecc2c Update README about contributions 2022-09-10 09:47:53 -07:00
Dan Smith
a8a82ce089 Add a stub README.md for github 2021-08-22 09:26:02 -07:00