Christoph Dörrer

Results 14 comments of Christoph Dörrer

i tried to implement some tests but seems with with `testdir.inline_run(p, "--doctest-plus-generate-diff=diff", "--text-file-encoding", encoding)` that the `DebugRunnerPlus` has an issue. ``` Traceback (most recent call last): File "C:\Python313\Lib\doctest.py", line 1395,...

changed PR to Draft ## todos - fix issue with syntax error - refactore my pytest functions, split into seperate tests for `diff` and `overwrite` - write a small contribution.md...

for testing implemented alternative fixture to generate temporary python files, due issue #285

somehow a can't trigger action within my fork, any tips? i created a new action (outside of the PR scope) -> pass https://github.com/d-chris/pytest-doctestplus/actions/runs/14041267921 so the small fix from 09979a3 solved...

Thanks for your patience—this is my first GH contribution ever! Is there anything else I need to do to finish the PR?

i use option `--config-file` to specify the ini file while running my tests. whats confuses me i always run tox before a review, and i always pass all tests ```...

`-c` should do the trick ``` pytest --version & pytest --help | findstr "config" This is pytest version 5.1.0, imported from D:\temp\pytest5\.venv\lib\site-packages\pytest.py configuration file raise errors. -c file load configuration...

@breuerfelix seems that you _only_ have to create a bundle with a specific naming schema, see [pypi - pyarrow](https://pypi.org/project/pyarrow/#files) Schema for whl: `{python tag}-{abi tag}-{platform tag}` ``` chromedriver_py-134.0.6998.88-py3-none-any.wh chromedriver_py-134.0.6998.88-py3-none-{platform tag}...

for testing i agree, its no big issue. basically `_makefile` was confusing me, it has a parameter encoding but kwargs are not unpacked instead passed on as dict seemed wrong...