Wykres commitów

4 Commity (6088445635876162b47a9d59d4ce70a7d1fef128)

Autor SHA1 Wiadomość Data
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
Daniele Forsi IU5HKX 9931b1ce9c Put each item of callables and properties on a new line
Makes it easier to see diffs.
2025-07-18 23:41:36 +02:00
Daniele Forsi IU5HKX 60541cf35b Sort the lists of callables and properties
The dir() function returns a list which is not necessarily ordered
in fact it wasn't ordered on the CI runner.
2025-07-18 00:01:23 +02:00
Daniele Forsi IU5HKX 464450384d Add a Python script to autogenerate some tests for pytest 2025-06-22 07:33:32 +02:00