2025-08-21 17:01:21 -07:00
|
|
|
# MTG Python Deckbuilder ${VERSION}
|
|
|
|
|
2025-09-12 10:50:57 -07:00
|
|
|
### Added
|
|
|
|
- CI improvements to increase stability and reproducibility of builds/tests.
|
|
|
|
- Expanded test coverage for validation and web flows.
|
|
|
|
|
2025-09-11 15:20:02 -07:00
|
|
|
### Changed
|
2025-09-12 10:50:57 -07:00
|
|
|
- Tests refactored to use pytest assertions and streamlined fixtures/utilities to reduce noise and deprecations.
|
|
|
|
- HTTP-dependent tests skip gracefully when the local web server is unavailable.
|
2025-09-11 15:20:02 -07:00
|
|
|
|
|
|
|
### Fixed
|
2025-09-12 10:50:57 -07:00
|
|
|
- Reduced deprecation warnings and incidental test failures; improved consistency across runs.
|
|
|
|
|
|
|
|
---
|