Skip to content

(Closes #913) move 'colored' util from psyir.nodes to psyclone.utils - #3578

Open
haanahfrost wants to merge 6 commits into
masterfrom
913_move_colored_helper
Open

(Closes #913) move 'colored' util from psyir.nodes to psyclone.utils#3578
haanahfrost wants to merge 6 commits into
masterfrom
913_move_colored_helper

Conversation

@haanahfrost

Copy link
Copy Markdown
Collaborator

Moves the 'colored' utility out of psyir/nodes/nodes.py into psyclone/utils.py

  • psyir/nodes/node.py: removed the definition and the #913 TODO; now imports colored from psyclone.utils for its single call site in coloured_name(). Removed from __all__.
  • psyir/nodes/__init__.py: removed the re-export and the __all__ entry
  • Updated the imports in 28 test files

@codecov

codecov Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (3dd19f4) to head (c256e3f).
⚠️ Report is 17 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #3578   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          399       399           
  Lines        56173     56188   +15     
=========================================
+ Hits         56173     56188   +15     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant