REQ-SELF-DEP-001 pass medium since 0.2.0
Statement: The deprecated() decorator shall emit a DeprecationWarning with the target version and alternative.
Rationale: Clean deprecation lifecycle prevents surprise breakage.
Verification Method: test
Last Checked: 2026-04-17 20:01 UTC
Acceptance Criteria
- A decorated function emits DeprecationWarning when called.
- The warning message contains the version and alternative text.
Evidence
| ID | Kind | Verdict | Observed | Details |
|---|---|---|---|---|
| EV-AUTO-0025 | test | pass | 2026-04-17 20:01 | message: warning_count=1, correct_type=True |