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 18:13 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-PYTEST-0014 | test | pass | 2026-04-17 18:13 | source: pytest-vnvspec, nodeid: tests/test_deprecation.py::TestDeprecated::test_emits_deprecation_warning, test_name: test_emits_deprecation_warning |