Florian Best

Results 155 issues of Florian Best

It would be very nice, if coveragepy would support another view, which shows every line where an exception was (not) raised. There are often lines, where a test case want...

enhancement

it seems, since https://github.com/aptly-dev/aptly/commit/ae61cbb4c06f9c3047fc09b6cc56588791a247b8 `Suite` can be specified to not default to `Distribution`. However, this configuration option is no exposed in the "REST" API (JSON HTTP API). At least the...

documentation / tutorial

### Question I am unsure about the following, but mypy doesn't detect it: ```sh $ ty check t.py t.py:4:23: error[invalid-argument-type] Argument to function `version` is incorrect: Expected `str`, found `str...

Similar to ruff, ty could support a "rule" subcommand which explains the violation. I see that the violations are already documented: https://docs.astral.sh/ty/reference/rules/ A local markdown version of it would be...

cli
wish

Control chars in keys are currently completely removed. That causes that `foo\x12bar` appears equally to `foobar` in the logline. A log reader (developer) also doesn't recognize that something "wrong" or...