summaryrefslogtreecommitdiff
path: root/src/_pytest/fixtures.py
AgeCommit message (Expand)Author
2021-01-14nose,fixtures: use the public item API for adding finalizersRan Benita
2021-01-01fixtures: type annotate FixtureRequest.keywordsRan Benita
2021-01-01fixtures: simplify FixtureRequest._get_fixturestack()Ran Benita
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-26Merge pull request #8174 from bluetech/py-to-pathlib-5Ran Benita
2020-12-22code: convert from py.path to pathlibRan Benita
2020-12-20mark: export pytest.MarkDecorator for typing purposesRan Benita
2020-12-15Some py.path.local -> pathlib.PathRan Benita
2020-11-13Export types of builtin fixture for type annotationsRan Benita
2020-11-07fixtures: deprecate pytest.yield_fixture()Ran 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-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-04nodes: remove cyclic dependency on _pytest.fixturesRan Benita
2020-10-04fixtures: some type annotationsRan Benita
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-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-09-11Use ParameterSet to extract argnames from parametrize markBruno Oliveira
2020-09-11Allow ovewriting a parametrized fixture while reusing the parent fixture's valueBruno Oliveira
2020-09-04Replace some usages of config.{rootdir,inifile} with config.{rootpath,inipath}Ran Benita
2020-08-28fixture: remove `@scopeproperty`Ran Benita
2020-08-22Reintroduce warnings postponed in 6.0 (#7637)Maximilian Cosmo Sitter
2020-08-19Drop support for positional arguments in @pytest.fixtureBruno Oliveira
2020-08-19Remove funcargnames compatibility propertyBruno Oliveira
2020-08-14Don't use NotImplementedError in `@overload`sRan Benita
2020-08-06Replace some usages of py.path.localRan 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-07-22Change pytest deprecation warnings into errors for 6.0 release (#7362)Bruno Oliveira
2020-07-14Fix typing of params ids callable formRan Benita
2020-07-11Merge pull request #7472 from bluetech/cleanups-4Ran Benita
2020-07-11Merge pull request #7424 from nicoddemus/package-scope-experimental-7389Bruno Oliveira
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-07-10fixtures: some type annotationsRan Benita
2020-07-07Point to stable docs instead of latestBruno Oliveira
2020-06-27Remove package scope experimental statusBruno Oliveira
2020-06-25Replace yield_fixture -> fixture in internal codeRan Benita
2020-06-19Fix exception causes all over the codebaseRam Rachum