useblocks / sphinx-test-reports

Documents test-results inside Sphinx
https://sphinx-test-reports.readthedocs.io/en/latest/
MIT License
28 stars 21 forks source link

[#60] test report encoding from config #61

Closed kreuzberger closed 1 year ago

kreuzberger commented 1 year ago

Add configuration value for encoding of reading files

kreuzberger commented 1 year ago

Der Linter schlägt fehl wegen einer pip abhängigkeit, nicht wegen dem linten.

Wenn ich flake und isort auf dem repo mache (make format) dann ändert sich sehr viel.

danwos commented 1 year ago

Thanks for the quick PR. It really looks good and it will get merged.

The only thing, which is missing, is an entry in the changelog :)

Thanks for your support here. I really appreciate the way you also add great test cases to your changes :+1:

danwos commented 1 year ago

Der Linter schlägt fehl wegen einer pip abhängigkeit, nicht wegen dem linten.

Wenn ich flake und isort auf dem repo mache (make format) dann ändert sich sehr viel.

Argh, I know this bug. Some dependency versions are not compatible with the newer poetry version, whicjh is now more strict for some version-strings. I'm on it....

kreuzberger commented 1 year ago

Thanks for the compliment. Updated changelog as requested. Could you full format the code so that only things changed by the future PR's are changed by format? Or do you have different setting (i just call make format)

danwos commented 1 year ago

Created a new PR #62, which contains all your changes and also the updated rules and versions for linting. (maybe not my smartest decision to do it that way).

So I think we can close this PR and work on #62