| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: aryadeepta <aryadeeptade@gmail.com>
|
test-with-sslib-main failure on CI is unrelated |
Sorry, something went wrong.
There was a problem hiding this comment.
Yeah looks about as good as we can get without switching to pytest.
Thanks for the patch.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description:
Updates run_sub_tests_with_dataset to call teardown_subtest() in a
finally block when it is defined. This ensures per-subtest cleanup runs
even when a subtest fails.
Removes the now-redundant try/finally cleanup blocks from the affected
updater tests and adds regression coverage for cleanup after a failing
subtest.
Testing:
Fixes #1719