Bénédikt Tran

Results 43 issues of Bénédikt Tran

Add the documentation for #12018. I'll keep both in sync if the implementation changes. So for now, I'll keep it as a draft. EDIT: will sync afterwards

DO NOT MERGE

Fix #11353. I'm not sure that everything is covered so feel free to argue.

extensions:autodoc

Fix #11466. - Add test for intersphinx incremental builds. So, the issue was that were ordering lists of `(str, dict)`. However, this only occurred if we changed the URL of...

internals:refactoring
extensions:intersphinx

Fix #11711. Since the logic is different, this required a complete update on how intersphinx inventories are represented. Before, each line in an inventory was of the form ``` name...

internals:refactoring
extensions:intersphinx

I was documenting the testing module in #11972 when I saw that some of the signatures I have are a bit too long. Instead of enabling #11011 for the whole...

type:enhancement

### Describe the bug While implementing some feature, I wanted to test the latter by selectively running some tests but I found that the tests are not executed in an...

type:bug
type:tests

Closes #11556. @dbitouze could you check whether the workflow works in production using some fresh project (I don't have any way to test it now).

Using ``exc_info.exconly(tryshort=True)`` is meant to remove ``AssertionError: `` from the exception message according to [(ref)](https://docs.pytest.org/en/7.1.x/reference/reference.html#pytest.ExceptionInfo.exconly) > When 'tryshort' resolves to True, and the exception is an AssertionError, only the actual...

type: bug

When (and if) [PEP 735](https://peps.python.org/pep-0735/) is accepted, we can probably simplify the deduplication of packages. It would at least be cleaner that way. This does *not* resolve #12339 because we...

### Describe the bug The ``todo`` does not like: ```python def f(): """ .. todo:: ???? """ ``` but it is fine with ```python def f(): """ .. todo:: ???...

type:bug