summaryrefslogtreecommitdiff
path: root/src/_pytest
AgeCommit message (Expand)Author
2020-10-25pytester: workaround issue causing spawn to crash or hangRan Benita
2020-10-25Merge pull request #7931 from bluetech/xunit-quadratic-2Ran Benita
2020-10-25fixtures: fix quadratic behavior in the number of autouse fixturesRan Benita
2020-10-25fixtures: change _getautousenames to an iteratorRan Benita
2020-10-25fixtures: use a faster replacement for ischildnodeRan Benita
2020-10-24make some hookspec docstrings technically correctsymonk
2020-10-23Merge pull request #7930 from bluetech/pytester-doc-fixesBruno Oliveira
2020-10-23python: fix quadratic behavior in collection of items using xunit fixturesRan Benita
2020-10-23pytester: minor doc fixesRan Benita
2020-10-19cacheprovider: fix some files in packages getting lost from --lfRan Benita
2020-10-19Drop support for EOL Python 3.5Hugo van Kemenade
2020-10-19runner: combine a sort+reverse to a sort(reverse=True)Ran Benita
2020-10-17Update mypy 0.782 -> 0.790Ran Benita
2020-10-17Fix typing related to iniconfigRan Benita
2020-10-13List Testdir members in the docsBruno Oliveira
2020-10-12New pytester fixture (#7854)Bruno Oliveira
2020-10-07Fixed formattingTanvi Mehta
2020-10-07Use instead of a in Issue #7868Tanvi Mehta
2020-10-07Update tests to cover explicit None and "string" as addini() typesKyle Altendorf
2020-10-07Parser.addini() can take and defaults to 'string'Kyle Altendorf
2020-10-06Merge pull request #7863 from asottile/py36_order_preserving_dictAnthony Sottile
2020-10-06Add alias clarification to deprecation warning (#7829)Manuel MariƱez
2020-10-06py36+: remove _pytest.compat.order_preserving_dictAnthony Sottile
2020-10-05py36+: com2annAnthony Sottile
2020-10-04Merge pull request #7852 from asottile/py36_pyupgradeAnthony Sottile
2020-10-04Merge pull request #7844 from bluetech/typing-fixturesRan Benita
2020-10-04Update link to numpyAlbert Villanova del Moral
2020-10-04nodes: remove cyclic dependency on _pytest.fixturesRan Benita
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 #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-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 #7839 from asottile/py36_compat_fspathAnthony 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-02py36+: remove _pytest.compat.fspathAnthony Sottile
2020-10-02Merge pull request #7837 from asottile/py36_union_pattern_matchAnthony Sottile
2020-10-02Merge pull request #7836 from asottile/py36_typing_XAnthony 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-02Merge pull request #7833 from asottile/py36_ModuleNotFoundErrorAnthony Sottile
2020-10-02py36+: remove workaround for Union[Pattern/Match] bugAnthony Sottile
2020-10-02py36+: replace typing.X with XAnthony Sottile
2020-10-02py36+: miscellaneous (3, 6) cleanupAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile