Skip to content

[tests] Improve handling of nodes and plugins registration in unit tests#2999

Merged
servantftransperfect merged 1 commit intodevelopfrom
dev/slightTestImprovement
Feb 17, 2026
Merged

[tests] Improve handling of nodes and plugins registration in unit tests#2999
servantftransperfect merged 1 commit intodevelopfrom
dev/slightTestImprovement

Conversation

@cbentejac
Copy link
Copy Markdown
Contributor

Description

This PR improves the reliability and isolation of tests involving plugin and node registration by ensuring that all registered node descriptions and plugins are properly unregistered or removed after each test or test class. This helps prevent side effects between tests and makes the test suite more robust.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.03%. Comparing base (a23a09d) to head (83c64b3).
⚠️ Report is 9 commits behind head on develop.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2999      +/-   ##
===========================================
+ Coverage    82.01%   82.03%   +0.01%     
===========================================
  Files           69       69              
  Lines         9310     9318       +8     
===========================================
+ Hits          7636     7644       +8     
  Misses        1674     1674              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@servantftransperfect servantftransperfect merged commit 102313b into develop Feb 17, 2026
4 checks passed
@servantftransperfect servantftransperfect deleted the dev/slightTestImprovement branch February 17, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants