| applyTo | {dpnp/tests/**,tests_external/**} |
|---|
- Add unit/integration tests for all changed code paths.
- For bug fixes: include regression tests that cover the fixed scenario.
- Keep tests deterministic and scoped to changed behavior.
- Prefer smallest test surface proving correctness.
Ensure tests pass locally before PR submission:
pytest dpnp/tests/ # core tests
pytest tests_external/ # integration tests