Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for executing Python Tests #20716

Merged
merged 2 commits into from
Dec 10, 2024
Merged

Conversation

adityashahms
Copy link
Contributor

@adityashahms adityashahms commented Dec 9, 2024

Task name: AzureTestPlanV0

Description: Changes to the way we are collecting test cases present for execution and modifying the FQN accordingly for execution in Python flow of the task.
Changes involves

  • Adding -q params to pytest --collect-only cmdlet, to print only FQN in the console
  • Helper function to map JUnit styled FQN to pytest styled FQN for execution
  • Debug logs to print the tests to be executed and tests to be run

Documentation changes required: (Y/N) N

Added unit tests: (Y/N) N

Attached related issue: (Y/N) N

Checklist:

  • Task version was bumped - please check instruction how to do it
  • Checked that applied changes work as expected

Choose a reason for hiding this comment

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

Copilot reviewed 10 out of 10 changed files in this pull request and generated no suggestions.

Copy link
Contributor

@KathanS KathanS left a comment

Choose a reason for hiding this comment

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

LGTM

@adityashahms adityashahms merged commit 3c93673 into master Dec 10, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants