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

(BSR)[API] test: WIP write test for incorrect file format #15667

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

(BSR)[API] test: WIP write test for incorrect file format

7c0398a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

(BSR)[API] test: WIP write test for incorrect file format #15667

(BSR)[API] test: WIP write test for incorrect file format
7c0398a
Select commit
Loading
Failed to load commit list.
GitHub Actions / Pytest Report failed Dec 27, 2024 in 0s

1149 tests run, 1145 passed, 3 skipped, 1 failed.

Annotations

Check failure on line 111 in tests/utils/image_conversion_test.py

See this annotation in the file changed.

@github-actions github-actions / Pytest Report

tests/utils/image_conversion_test.py.test_when_image_is_in_an_unsupported_format

Failed: DID NOT RAISE <class 'OSError'>
Raw output
tests/utils/image_conversion_test.py:114: in test_when_image_is_in_an_unsupported_format
    with pytest.raises(OSError):
E   Failed: DID NOT RAISE <class 'OSError'>