Skip to content

FEAT: Add options to debug unit tests - #6479

Merged
Devin-Crawford merged 4 commits into
mainfrom
feat/6475_improve_unit_test_debug
Aug 6, 2025
Merged

FEAT: Add options to debug unit tests#6479
Devin-Crawford merged 4 commits into
mainfrom
feat/6475_improve_unit_test_debug

Conversation

@Devin-Crawford

Copy link
Copy Markdown
Contributor

Add options to conftest.py:

  • close_desktop
  • remove_lock

Description

Simplify local debugging by allowing developers to keep AEDT open when the debugger starts/stops.

Issue linked

Resolve #6475

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 tests (unit, integration, system).
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved by the PR if any.
  • x] I have agreed with the Contributor License Agreement (CLA).

- close_desktop
- remove_lock
@Devin-Crawford
Devin-Crawford requested a review from a team as a code owner July 30, 2025 09:54
@github-actions github-actions Bot added testing Anything related to testing enhancement New features or code improvements labels Jul 30, 2025
@codecov

codecov Bot commented Jul 30, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.32%. Comparing base (90cccb8) to head (b11c010).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6479   +/-   ##
=======================================
  Coverage   82.32%   82.32%           
=======================================
  Files         231      231           
  Lines       74210    74210           
=======================================
  Hits        61092    61092           
  Misses      13118    13118           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Devin-Crawford
Devin-Crawford enabled auto-merge (squash) July 31, 2025 06:30

@Samuelopez-ansys Samuelopez-ansys left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Devin-Crawford
Devin-Crawford merged commit c2c8f6a into main Aug 6, 2025
38 checks passed
@Devin-Crawford
Devin-Crawford deleted the feat/6475_improve_unit_test_debug branch August 6, 2025 10:04
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 testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prevent AEDT from closing while debugging unit tests

4 participants