Yugo Kato

Results 6 issues of Yugo Kato

Captured stdout for a subtest is not displayed when the `--capture` option value is `fd` or `sys`. It is displayed as expected when the value is `tee-sys`. This causes `pytest-html`...

The HTML source type for videos is currently [hardcoded as "video/mp4"](https://github.com/pytest-dev/pytest-html/blob/master/src/pytest_html/resources/index.jinja2#L48) in the jinja2 template. This seems to prevent Safari from playing `webm` video files, although Chrome and Firefox seem...

Since v4.x, each column value (text) is no longer selectable. It opens the log area instead. This is very inconvenient especially when I want to copy the test ID value....

I have a python application that runs on a docker host (Ubuntu). The application basically allows users to concurrently start multiple containers on IPv4/IPv6 dualstack Macvlan network. For example, if...

`pytest-xdist` currently doesn't handle a `StrEnum` obj as `str` [when it is serialized](https://github.com/pytest-dev/execnet/blob/v2.1.1/src/execnet/gateway_base.py#L1655-L1665), which causes a "execnet.gateway_base.DumpError" error. The issue is seen when a `StrEnum` obj is passed as `pytest-subtests`...

I've noticed the use of `index()` in this [code block](https://github.com/pytest-dev/pytest-xdist/blob/v3.7.0/src/xdist/scheduler/loadscope.py#L274-L280) causes a significant performance issue when a node has a large number of tests. This can be improved by precomputing...