Add a changelog entry for the test suite refactoring
Marco Ricci

Marco Ricci commited on 2025-11-30 10:08:07
Zeige 1 geänderte Dateien mit 11 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,11 @@
1
+### Fixed
2
+
3
+  - Officially and systematically test on Python 3.14.
4
+
5
+    Unofficial, non-systematic testing was already being done since v0.5.
6
+
7
+  - For developers: Refactor the test suite into more fine-grained modules,
8
+    and deduplicate code in the test methods in favor of parametrization.
9
+    Both measures should make the test suite easier to navigate and less
10
+    prone to copy-and-paste and code desynchronization mistakes.
11
+
0 12