Florian Bruhin

Results 379 issues of Florian Bruhin

`cloclify --dump 2024` should show month totals after getting to the end of the months, or maybe just at the end.

``` $ cloclify @mycust /-12:00 Error: Project mycust given without new entries ``` (often from scrolling through shell history). Should instead validate that there is indeed a running time entry...

With pytest 8.3.2 as well as the current `main`, when creating a `repro/test_x.py` in the pytest repo: ```python import pytest @pytest.mark.parametrize("a", ["x/y", "/", "//"]) def test_x(a): assert False ``` and...

type: bug
topic: reporting
platform: windows

As someone pointed out in my pytest training, pytest currently silently accepts: ```python def test_fixt(fixt=42): ... ``` with `fixt` obviously being `42` in the test function no matter if such...

With almost 1300 plugins in the [plugin list](https://docs.pytest.org/en/latest/reference/plugin_list.html), it's pretty much impossible to browse through it... you can search for things if you know what you're looking for, but it's...

type: proposal
type: docs

From IRC: ``` 18:11 hm. accidentally closed window while i had webinspector open, then tried launching qutebrowser again, realized my mistake, closed webinspector and then relaunched qutebrowser and all my...

priority: 1 - middle
component: sessions

https://www.reddit.com/r/qutebrowser/comments/gumw2a/qutebrowser_v1120_released/ft28wqh

component: QtWebEngine
status: needs triage
qt: 5.15

After #8256, we [now get](https://github.com/qutebrowser/qutebrowser/actions/runs/9925218922): ``` 04:11:10 WARNING: QtWebEngine version mismatch - unexpected behavior might occur, please open a bug about this. Early version: QtWebEngine 5.15.2 based on Chromium 83.0.4103.122...

os: Windows
component: infrastructure
os: macOS
qt: 5.15

Motivated by #12880, which proposes adding even more content to the "getting started with pytest" page, intended for teaching the very basics of pytest's functionality: Personally I think exception groups...

type: docs

- `pytester` tests that require `pexpect` are silently skipped if `pexpect` is unavailable: https://github.com/pytest-dev/pytest/blob/f373974707f57a0b28d12563e4d03c7cd54c70d9/src/_pytest/pytester.py#L1513 - We default to not installing `pexpect` even on CI, only having it as an optional...

type: selftests