pytest2/src/_pytest/assertion
Ran Benita 7431750bb6 doc: have tighter control on what autodoc shows
New versions of sphinx starting showing `__init__` parameters even when
we don't want them to show because they are private (have `_ispytest`
argument).

The only working solution I found was to switch to
`autodoc_typehints_description_target = "documented"` and explicitly
document parameters for which we want to show the types. It's a little
tedious and repetitive in some simple cases, but overall it results in
nicer API docs.
2022-08-13 21:46:49 +03:00
..
__init__.py doc: have tighter control on what autodoc shows 2022-08-13 21:46:49 +03:00
rewrite.py Fix mypy pre-commit run 2022-07-11 08:27:09 -03:00
truncate.py refactor ci helper to prepare for re-use 2021-08-19 11:24:51 +00:00
util.py fix comparison of dataclasses with `InitVar` 2022-04-08 19:51:05 -04:00