summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2020-10-25fixtures: use a faster replacement for ischildnodeRan Benita
2020-10-23Merge pull request #7910 from pytest-dev/dependabot/pip/testing/plugins_integ...Ran Benita
2020-10-23Merge pull request #7909 from pytest-dev/dependabot/pip/testing/plugins_integ...Ran Benita
2020-10-19cacheprovider: fix some files in packages getting lost from --lfRan Benita
2020-10-19Remove redundant Python 2.7 codeHugo van Kemenade
2020-10-19Drop support for EOL Python 3.5Hugo van Kemenade
2020-10-19build(deps): bump pytest-trio in /testing/plugins_integrationdependabot[bot]
2020-10-19build(deps): bump pytest-django in /testing/plugins_integrationdependabot[bot]
2020-10-17Update mypy 0.782 -> 0.790Ran Benita
2020-10-12New pytester fixture (#7854)Bruno Oliveira
2020-10-12build(deps): bump django in /testing/plugins_integrationdependabot[bot]
2020-10-10build(deps): bump anyio[curio,trio] in /testing/plugins_integrationdependabot[bot]
2020-10-10Put smoke test deps in requirements.txt for Dependabot (#7806)Hugo van Kemenade
2020-10-07Update tests to cover explicit None and "string" as addini() typesKyle Altendorf
2020-10-06Add alias clarification to deprecation warning (#7829)Manuel MariƱez
2020-10-05py36+: com2annAnthony Sottile
2020-10-04Merge pull request #7852 from asottile/py36_pyupgradeAnthony Sottile
2020-10-04fixtures: some type annotationsRan Benita
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03Merge pull request #7840 from asottile/py36_typing_TypeAnthony Sottile
2020-10-03Merge pull request #7841 from asottile/py36_todoAnthony Sottile
2020-10-03Merge pull request #7817 from bluetech/fix-testpaths-bestrelpath2Ran Benita
2020-10-02py36+: resolve py36 TODOsAnthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02Merge pull request #7838 from asottile/py36_requires_ordered_markupAnthony Sottile
2020-10-02Merge pull request #7835 from asottile/py36_miscAnthony Sottile
2020-10-02Merge pull request #7834 from asottile/py36_TYPE_CHECKINGAnthony Sottile
2020-10-02py36+: remove requires_ordered_markupAnthony Sottile
2020-10-02py36+: miscellaneous (3, 6) cleanupAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-10-02py36+: remove _pytest.compat.MODULE_NOT_FOUND_ERRORAnthony Sottile
2020-09-30Merge pull request #7813 from bluetech/findpaths-confusionRan Benita
2020-09-29terminal: fix crash in header reporting when absolute testpaths is usedRan Benita
2020-09-28Merge pull request #7802 from bluetech/bump-attrsRan Benita
2020-09-28findpaths: fix regression causing incorrect rootdir to be determinedRan Benita
2020-09-28python_api: let approx() take nonnumeric values (#7710)Jakob van Santen
2020-09-27Bump attrs requirement from >=17.4.0 to >=19.2.0Ran Benita
2020-09-19Smoke tests for assorted plugins (#7721)Sorin Sbarnea
2020-09-19Improve output for missing config keys (#7572)Florian Bruhin
2020-09-19Merge pull request #7749 from bluetech/fix-get_source-crashBruno Oliveira
2020-09-16Improve output for missing required plugins/unknown config keys (#7723)Sorin Sbarnea
2020-09-12assertion/rewrite: fix internal error on collection error due to decorated fu...Ran Benita
2020-09-12Merge pull request #7745 from asottile/exec_globals_type_problemBruno Oliveira
2020-09-11Fix INTERNALERROR when accessing locals / globals with faulty `exec`Anthony Sottile
2020-09-11Allow ovewriting a parametrized fixture while reusing the parent fixture's valueBruno Oliveira
2020-09-04Merge pull request #7685 from bluetech/py-to-pathlib-2Ran Benita
2020-09-04Merge pull request #7708 from nicoddemus/repr-line-7707Bruno Oliveira
2020-09-04Replace some usages of config.{rootdir,inifile} with config.{rootpath,inipath}Ran Benita
2020-09-04Integrate warnings filtering directly into Config (#7700)Bruno Oliveira