Skip to content

0.3.0: Fix result handling for class methods

Latest
Compare
Choose a tag to compare
@LucasRochaAbraao LucasRochaAbraao released this 20 Apr 13:40
· 5 commits to master since this release
946645d
Fix result handling for class methods

Resolve the issue where the pytest plugin failed to update the original
XML file for flaky tests when the test function was inside a class. Now
it properly compares and updates test results for both standalone
functions and class methods.
Refactor uid handling for conciseness and clarity.

ROCKY-18669