# Bug report ### Bug description: There are tests for string formatting errors - https://github.com/python/cpython/blob/main/Lib/test/test_str.py#L1581-L1591, but no tests for byte formatting errors - https://github.com/python/cpython/blob/main/Lib/test/test_bytes.py#L719. I would like to send a PR to fix this. ### CPython versions tested on: CPython main branch ### Operating systems tested on: _No response_ <!-- gh-linked-prs --> ### Linked PRs * gh-131881 * gh-132114 * gh-132115 <!-- /gh-linked-prs -->
Bug report
Bug description:
There are tests for string formatting errors - https://github.com/python/cpython/blob/main/Lib/test/test_str.py#L1581-L1591, but no tests for byte formatting errors - https://github.com/python/cpython/blob/main/Lib/test/test_bytes.py#L719.
I would like to send a PR to fix this.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs