Skip to content

Conversation

@RobPasMue
Copy link
Member

Description

Ensuring all decorators are properly defined using functools.wraps

Issue linked

Closes #2338

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

@RobPasMue RobPasMue self-assigned this Oct 29, 2025
@RobPasMue RobPasMue requested a review from a team as a code owner October 29, 2025 16:43
@github-actions github-actions bot added testing Anything related to tests enhancement New features or code improvements labels Oct 29, 2025
@RobPasMue RobPasMue changed the title feat: preserver original signature of decorated methods feat: preserve original signature of decorated methods Oct 29, 2025
@RobPasMue RobPasMue enabled auto-merge (squash) October 29, 2025 16:57
@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.36%. Comparing base (d213085) to head (18c2be8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2346   +/-   ##
=======================================
  Coverage   95.35%   95.36%           
=======================================
  Files         168      168           
  Lines       11094    11101    +7     
=======================================
+ Hits        10579    10586    +7     
  Misses        515      515           

☔ View full report in Codecov by Sentry.
📢 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.

@RobPasMue RobPasMue merged commit 1bcf7b8 into main Oct 29, 2025
49 of 50 checks passed
@RobPasMue RobPasMue deleted the feat/preserve-original-signature branch October 29, 2025 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New features or code improvements testing Anything related to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Decorator order bug

4 participants