summaryrefslogtreecommitdiff
path: root/src/_pytest/recwarn.py
AgeCommit message (Expand)Author
2019-11-16A few linting fixesRan Benita
2019-10-23Update mypy 0.720 -> 0.740Ran Benita
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-07-14Type-annotate pytest.warnsRan 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-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 support for 'code as string' from pytest.raises and pytest.warnsBruno 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-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-06Use exec directlyAnthony Sottile
2019-02-06pytest.warns emits a warning on unknown keyword argumentsBruno Oliveira
2019-01-09Punctuation [ci skip]Daniel Hahler
2019-01-09Reseting entered state in WarningsRecorder (fixes 4617)Victor Maryama
2018-11-29Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)')Anthony Sottile
2018-10-26fix #4243 - support positional argument stacklevel on python2Ronny Pfannschmidt
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-18Emulate resetting the warnings registry for python 2.xAnthony Sottile
2018-10-18[WIP] Update warning stacklevel when wrapping warnings.warnAnkit Goel
2018-10-13Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-10-10Minor adjustments found during code reviewBruno Oliveira
2018-10-10Fix #4093: multiple string literals on a lineNiklas JQ
2018-10-10In python2, display previously warned warningsAnthony Sottile
2018-10-10Implement pytest.deprecated_call with pytest.warnsAnthony Sottile
2018-10-01Hide internal pytest.warns tracebackBruno Oliveira
2018-08-22py.builtin.exec_ => six.exec_Anthony Sottile
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-06-16Fix 2 DeprecationWarnings about invalid escape seqHynek Schlawack
2018-05-26switch to src layoutRonny Pfannschmidt