markitect-main/domain
tegwick 1fa0f1e84a fix: Eliminate all 111 test warnings by fixing root causes
- Replace deprecated datetime.utcnow() with datetime.now(timezone.utc)
  across all domain models, services, infrastructure, and test files
- Add missing timezone imports to all affected files
- Fix pytest.ini configuration format from [tool:pytest] to [pytest]
- Remove warning suppressions to expose actual issues
- Ensure proper pytest marker registration for smoke tests

Results:
- 305 passed, 2 skipped, 0 warnings (down from 111 warnings)
- All functionality preserved with modern datetime API usage
- Improved code quality by addressing root causes vs suppression

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-27 20:14:22 +02:00
..
issues fix: Eliminate all 111 test warnings by fixing root causes 2025-09-27 20:14:22 +02:00
projects fix: Eliminate all 111 test warnings by fixing root causes 2025-09-27 20:14:22 +02:00
__init__.py feat: Implement domain logic separation with clean architecture 2025-09-26 22:15:45 +02:00