summaryrefslogtreecommitdiff
path: root/src/_pytest/python_api.py
AgeCommit message (Expand)Author
2021-01-29Remove some no longer needed type-ignoresRan Benita
2020-12-15python_api: handle array-like args in approx() (#8137)Jakob van Santen
2020-11-19Prefix contextmanagers with module name in doc examples (#8044)Tim Hoffmann
2020-10-19Drop support for EOL Python 3.5Hugo van Kemenade
2020-10-17Update mypy 0.782 -> 0.790Ran Benita
2020-10-05py36+: com2annAnthony Sottile
2020-10-04Merge pull request #7852 from asottile/py36_pyupgradeAnthony Sottile
2020-10-04Update link to numpyAlbert Villanova del Moral
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03Merge pull request #7846 from asottile/py36_blackAnthony Sottile
2020-10-03py36+: update the target version of black to py36Anthony Sottile
2020-10-03py36+: remove _pytest.compat.overloadAnthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02Merge pull request #7837 from asottile/py36_union_pattern_matchAnthony Sottile
2020-10-02py36+: remove workaround for Union[Pattern/Match] bugAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-28python_api: let approx() take nonnumeric values (#7710)Jakob van Santen
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-08-14Don't use NotImplementedError in `@overload`sRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-30Stop using more-itertoolsRan Benita
2020-06-25python_api: type annotate some parts of pytest.approx()Ran Benita
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-06-05Enable check_untyped_defs mypy option for src/Ran Benita
2020-05-12python_api: reduce scope of a `except BaseException` in ApproxNumpyRan Benita
2020-05-12Remove no longer needed noqa'sRan Benita
2020-05-12Replace bare `except`s with `except BaseException`Ran Benita
2020-03-21Upgrade mypy 0.761 -> 0.770Ran Benita
2020-02-22Handle `match` with `pytest.raises()` (#6753)Daniel Hahler
2020-02-22doc: `pytest.raises`: remove mention of removed `message` (#6793)Daniel Hahler
2020-02-22doc: `pytest.raises`: link to `python:try` (#6794)Daniel Hahler
2020-01-28typing: ignore false positive with more-itertoolsDaniel Hahler
2020-01-16Use `TYPE_CHECKING` instead of `False`Daniel Hahler
2019-11-16A few linting fixesRan Benita
2019-10-25Document evaluating complex number for infinityAnton Lodder
2019-10-24Add tolerance to complex numbersAnjoMan
2019-08-18Move `@overload` to compatAnthony Sottile
2019-08-17Fix TypeError when importing pytest on Python 3.5.0 and 3.5.1Ran Benita
2019-08-02Merge master into featuresDaniel Hahler
2019-07-15Fix some ReST indentation issues in docstringsTim Hoffmann
2019-07-14Allow creating ExceptionInfo from existing exc_info for better typingRan Benita
2019-07-14Rework ExceptionInfo to not require manual __init__ callRan Benita
2019-07-14Make ExceptionInfo generic in the exception typeRan Benita
2019-07-14Type-annotate pytest.raisesRan Benita
2019-07-14Revert "Let context-managers for raises and warns handle unknown keyword argu...Ran Benita
2019-07-10Remove references to old-style classes in a couple error messagesRan Benita
2019-07-09Remove deprecated features (#5529)Bruno Oliveira
2019-07-09Add rudimentary mypy type checkingRan Benita