callbacks: add integration tests (CRAFT-223)
Metadata
Current evaluation
Merged after approval and passing CI. Added integration tests for callbacks and renamed callbacks.clear() to callbacks.unregister_all() to align with plugin unregister methods.
Suggested action: —
No scores available.
Issue body
Add integraton tests for callbacks, renaming `callbacks.clear()` to
`callbacks.unregister_all()` to be consistent with the unregister method
used for plugins.
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after approval and passing CI. Added integration tests for callbacks and renamed callbacks.clear() to callbacks.unregister_all() to align with plugin unregister methods. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged pull request adding integration tests for callbacks. Renamed callbacks.clear() to callbacks.unregister_all() to align with the plugin unregister method. Resolves CRAFT-223. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #77 tests: add integration tests for application plugins (CRAFT-69) | craft-parts | merged | Merged integration tests for application plugins. Approved by two reviewers, passed CI checks, and added 203 lines across two files to verify plugin registration and functionality. |