test-cleanup: fix 21 failures, prune stale tests, consolidate fragmented files (#66)
Some checks are pending
CI / build (push) Waiting to run

* test-cleanup: fix 21 failures, prune stale tests, consolidate fragmented files

* test-cleanup: remove permanently-skipped M4/perf tests, fix pydantic ConfigDict warning

* docs: update changelog and release notes for test-cleanup changes

* ci: fix editorial governance workflow stale test file reference
This commit is contained in:
mwisnowski 2026-03-31 17:38:08 -07:00 committed by GitHub
parent 32157179f9
commit 46637cf27f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 5329 additions and 2202 deletions

View file

@ -8,10 +8,11 @@ _No unreleased changes yet_
_No unreleased changes yet_
### Fixed
_No unreleased changes yet_
- Bug fixes in `theme_preview.py` and `app.py` uncovered by the test suite.
- Pydantic V2 deprecation warning resolved in `DeckExportRequest`.
### Removed
_No unreleased changes yet_
- 16 fragmented/stale test files consolidated or deleted; 7 permanently-skipped tests removed.
## [4.4.2] - 2026-03-26
### Added