diff --git a/CHANGELOG.md b/CHANGELOG.md index aa483f0..bdc4868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Comprehensive test suite for derivative license logic in AbstractProcessor +- Test suite for derivative license logic in AbstractProcessor - Unit tests for DERIVATIVE_ALLOWED_LICENSES constant validation -- Helper function create_license_from_map() for consistent test data creation +- Helper function create_license_from_map() for test data creation - Tests for all Creative Commons licenses and their derivative permissions ### Changed @@ -23,8 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Centralize TEMPLATES for consistent string formatting - Replace custom HTTP_STATUS dict with Python's standard `http.HTTPStatus` enum - Update AbstractProcessor and MetadataProcessor to use centralized constants -- Reorganize and consolidate test files for better organization and clarity -- Rename test files to better reflect their current purpose: +- Reorganize and consolidate test files +- Rename test files: - `test_doi2dataset.py` → `test_validation_utils.py` - `test_fetch_doi_mock.py` → `test_integration.py` - `test_person.py` → `test_models.py`