Skip to content

Releases: ESSS/pytest-update-test-results

0.3.0: Fix result handling for class methods

20 Apr 13:40
946645d
Compare
Choose a tag to compare
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

0.2.0

06 Mar 18:25
27c6921
Compare
Choose a tag to compare
Merge pull request #6 from ESSS/fb-ROCKY-18275-fix-error-outcomes-not…