summaryrefslogtreecommitdiff
path: root/src/_pytest/python_api.py
AgeCommit message (Expand)Author
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
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-07-03Let context-managers for raises and warns handle unknown keyword argumentsBruno Oliveira
2019-06-30Remove explicit kwargs handling from raises, warns and ParameterSet.paramBruno Oliveira
2019-06-30Remove 'message' parameter from pytest.raisesBruno Oliveira
2019-06-30Remove support for 'code as string' from pytest.raises and pytest.warnsBruno Oliveira
2019-06-15Remove unused/unneeded codeBruno Oliveira
2019-06-15Small cleanups on _pytest.compatBruno Oliveira
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-23Fix invalid Python file encoding "utf8" (#5252)Bruno Oliveira
2019-05-19Fix documentation of pytest.raises(match=...)Tim Hoffmann
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-06Use exec directlyAnthony Sottile
2019-05-07Fix lintingBruno Oliveira
2019-05-07Update python_api.pyPeter Schutt
2019-05-07Clarify docs for pytest.raises `match`.Peter Schutt
2019-05-06Add links to pytest.raises `message` workaroundBruno Oliveira
2019-04-12Produce a warning when unknown arguments are passed to pytest.param()Anthony Sottile
2019-01-27Adding `does_not_raise` to documentation onlyArel Cordero
2019-01-27Improving sphinx docs based on feedbackArel Cordero
2019-01-27Adds `does_not_raise` context managerArel Cordero
2019-01-14Use a.item() instead of deprecated np.asscalar(a)Bruno Oliveira
2018-12-17Merge pull request #4327 from ndevenish/approxRonny Pfannschmidt
2018-12-14Merge master into featuresDaniel Hahler
2018-12-12Deprecate the 'message' parameter of pytest.raisesBruno Oliveira
2018-12-12Raise `TypeError` for `with raises(..., match=<non-None falsey value>)`.Anthony Sottile
2018-11-29Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)')Anthony Sottile
2018-11-24Merge master into merge-master-into-featuresDaniel Hahler
2018-11-23Fix `raises(..., "code(string)")` frame filename.Anthony Sottile
2018-11-22fix #4386 - restructure construction and partial state of ExceptionInfoRonny Pfannschmidt
2018-11-18Let approx() work on more generic sequencesNicholas Devenish
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-08-22py.builtin.exec_ => six.exec_Anthony Sottile