summaryrefslogtreecommitdiff
path: root/src/_pytest/fixtures.py
AgeCommit message (Expand)Author
2019-11-16Inline the FuncargnamesCompatAttr compat helperRan Benita
2019-11-05typing around Node.location, reportinfo, repr_excinfo etcDaniel Hahler
2019-10-15Add missing version added/changed markers to docsBruno Oliveira
2019-10-12Always creating list for consistency.Victor Maryama
2019-10-12Casting fixture parameter to list at the beginning of parameter parsing.Victor Maryama
2019-09-18Merge remote-tracking branch 'upstream/features' into aklajnert/1682-dynamic-...Bruno Oliveira
2019-09-10Fixed the fixture function signature.Andrzej Klajnert
2019-08-31Implemented the dynamic scope feature.aklajnert
2019-08-30Merge pull request #5768 from robholt/fixture-class-instanceBruno Oliveira
2019-08-30Improve CHANGELOG and add some commentsBruno Oliveira
2019-08-29Fix the scope behavior with indirect fixtures.Andrzej Klajnert
2019-08-19Fix self reference in function scoped fixturesRobert Holt
2019-08-15Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2019-08-15Fix collection of staticmethods defined with functools.partialThomas Grainger
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-06-30Make 'request' a reserved name for fixturesBruno Oliveira
2019-06-30Move FIXTURE_FUNCTION_CALL constant to the point of errorBruno Oliveira
2019-06-30Remove Request.getfuncargvalueBruno Oliveira
2019-06-26Deprecate funcargnames aliasZac Hatfield-Dodds
2019-06-15Small cleanups on _pytest.compatBruno Oliveira
2019-06-03manual: remove dependence on sixAnthony Sottile
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-30Merge remote-tracking branch 'origin/master' into mmAnthony Sottile
2019-05-30Avoiding looking upwards for parameter argnames when generating fixtureinfo.Victor Maryama
2019-05-28Merge master into featuresDaniel Hahler
2019-05-23Fix invalid Python file encoding "utf8" (#5252)Bruno Oliveira
2019-05-17Allow disabling of python pluginDaniel Hahler
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-09minor: improve formattingDaniel Hahler
2019-04-14Merge master into featuresDaniel Hahler
2019-04-12pre-commit autoupdateAnthony Sottile
2019-04-03doc: mention that pytest.fixture's param is in request.paramDaniel Hahler
2019-03-26Merge pull request #4975 from blueyed/verbose-fixesBruno Oliveira
2019-03-26Merge master into featuresDaniel Hahler
2019-03-26Fix usages of "verbose" optionDaniel Hahler
2019-03-15Fix line offsets with `ScopeMismatch` errorsDaniel Hahler
2019-03-02Remove code debugging leftoversBruno Oliveira
2019-03-02Ensure fixtures obtained with getfixturevalue() are finalized in the correct ...Bruno Oliveira
2019-02-12Replace flatten() with chain.from_iterableAnthony Sottile
2019-01-30Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2019-01-29fixes for flake8 3.7Anthony Sottile
2019-01-29Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2019-01-21remove and ban py.io.BytesIO, py.process, py.path.local.sysfindAnthony Sottile
2019-01-13Remove some dead codeAnthony Sottile
2018-12-21remove most of markertransferRonny Pfannschmidt