Skip to content

Fix TestUtilEvaluation not discovered or executed by pytest#1005

Merged
bruAristimunha merged 4 commits intodevelopfrom
copilot/fix-test-execution-issue
Mar 1, 2026
Merged

Fix TestUtilEvaluation not discovered or executed by pytest#1005
bruAristimunha merged 4 commits intodevelopfrom
copilot/fix-test-execution-issue

Conversation

Copy link
Contributor

Copilot AI commented Mar 1, 2026

  • Rename UtilEvaluation to TestUtilEvaluation so pytest can discover it
  • Fix self.skipTest(...) to use pytest.skip(...) for the pytorch model test
  • Add entry to whats_new.rst Code health section, attributed to Bruno Aristimunha with PR reference :gh:\1005``
  • Run pre-commit checks on all changed files — all pass
  • Run code review — addressed changelog PR reference suggestion
Original prompt

This section details on the original issue you should resolve

<issue_title>This test is not working at all, and looks like was not executed with the previous configuration</issue_title>
<issue_description>This test is not working at all, and looks like was not executed with the previous configuration

Originally posted by @bruAristimunha in #618 (comment)</issue_description>

Comments on the Issue (you are @copilot in this section)

@bruAristimunha https://github.com//pull/618#discussion_r1631787650

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…Evaluation and fix self.skipTest to pytest.skip

Co-authored-by: bruAristimunha <42702466+bruAristimunha@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix test that is not working and was not executed Fix TestUtilEvaluation not discovered or executed by pytest Mar 1, 2026
@bruAristimunha
Copy link
Collaborator

@copilot, pre-commit, and what's new file, please, assign Bruno Aristimunha to what's new. Check if the tests or documentation are failing.

…no Aristimunha

Co-authored-by: bruAristimunha <42702466+bruAristimunha@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 1, 2026

@copilot, pre-commit, and what's new file, please, assign Bruno Aristimunha to what's new. Check if the tests or documentation are failing.

Done in commit 5d2caed:

  • Added a "Code health" entry to whats_new.rst attributed to Bruno Aristimunha with the PR reference (:gh:\1005``)
  • Pre-commit ran cleanly on all changed files (black, isort, codespell, blacken-docs — all pass)

@bruAristimunha bruAristimunha marked this pull request as ready for review March 1, 2026 13:30
@bruAristimunha bruAristimunha merged commit 2133c75 into develop Mar 1, 2026
10 of 12 checks passed
@bruAristimunha bruAristimunha deleted the copilot/fix-test-execution-issue branch March 1, 2026 15:50
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.

This test is not working at all, and looks like was not executed with the previous configuration

2 participants