Christoph Dörrer

Results 6 issues of Christoph Dörrer

https://github.com/manrajgrover/py-spinners/pull/30#issuecomment-748031294 ## Description of new feature, or changes 1. rewritten `Spinners` to a wrapper which holds multiple Enums within a `list`. `LegacySpinners` still available. 2. load `cli-spinners` directly from json...

fixes #283 introduced option to specify file encoding when overwriting files. ## default values - ini-file: `None` - cli-option: `"utf-8"` > ini-file always overwrite command line option ## command line...

enhancement

Question > is it possible to limit the line-length of the output created, using `--doctest-plus-generate-diff=overwrite` ruff complains about the total length and i didn't find a settings to wave E501...

question

running `pytest --doctest-plus-generate-diff=overwrite` on a windows machine raise an an fatal error and source files will be empty afterwards. ## test content of a utf-8 encoded file ``` def test_win_fail():...

bug

`makepyfile` is ignoring the encoding parameter, in both `pytester` and `testdir` fixtures. found the issue working on windows with `cp1252` encoding and using [`pytest-doctestplus`](https://github.com/scientific-python/pytest-doctestplus/issues/285). i traced the issue to [`makepyfile`](https://github.com/pytest-dev/pytest/blob/252cf3bf8f568e5a7a8b97e7cf1c2b98824c64bb/src/_pytest/pytester.py#L871),...

type: enhancement
topic: fixtures

## request For ease of use, it would be nice to be able to specify some values in the `pyproject.toml` file instead of using a separate `yaml ` file. ```toml...