git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
ce767c9
Branches
Tags
documentation-tree
master
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
docs
changelog.d
20251130_100242_the-13th-letter_modularize_and_refactor_test_machinery.md
Add a changelog entry for the test suite refactoring
Marco Ricci
commited
ce767c9
at 2025-11-30 10:08:07
20251130_100242_the-13th-letter_modularize_and_refactor_test_machinery.md
Blame
History
Raw
### Fixed - Officially and systematically test on Python 3.14. Unofficial, non-systematic testing was already being done since v0.5. - For developers: Refactor the test suite into more fine-grained modules, and deduplicate code in the test methods in favor of parametrization. Both measures should make the test suite easier to navigate and less prone to copy-and-paste and code desynchronization mistakes.