hamlib/bindings/python
Michael Morgan 4da91f1a28
Use alternate quoting for older Python versions
Since Python 3.12, strings such as:

f"test_{object_name.replace(".", "_")}_class.py"

are allowed but older versions require single quotes around the dot and
underscore within the double quoted string.

Should quell CI error on Ubuntu Noble.
2025-07-22 16:15:56 -05:00
..
generate_tests.py Use alternate quoting for older Python versions 2025-07-22 16:15:56 -05:00
test_amp.py Make test_amp.py more similar to the others 2025-07-19 17:22:25 +02:00
test_Hamlib_Amp_class.py Rewrite automated tests with newlines 2025-07-18 23:47:53 +02:00
test_Hamlib_class.py Add the new includes that contain the state 2025-07-19 17:15:56 +02:00
test_Hamlib_Rig_class.py Rewrite automated tests with newlines 2025-07-18 23:47:53 +02:00
test_Hamlib_Rot_class.py Rewrite automated tests with newlines 2025-07-18 23:47:53 +02:00
test_rig.py Fix Rig.get_ant() 2025-06-26 20:29:25 +02:00
test_rot.py Explain unexpected results 2025-06-22 08:10:47 +02:00
test_startup.py Use Hamlib.rigerror2() to get the error message for the given error number 2025-07-06 15:25:51 +02:00