summaryrefslogtreecommitdiff
path: root/src/_pytest/setuponly.py
AgeCommit message (Expand)Author
2020-08-01typing: set disallow_any_genericsRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-06-05Type annotate fixtures.py & relatedRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-05-10Use saferepr for all typesPavel Karateev
2020-05-09Fix #7126 - saferepr for bytes paramsPavel Karateev
2020-04-30terminalwriter: don't flush implicitly; add explicit flushesRan Benita
2020-02-14Don't delete FixtureDef.cached_result, set it to None insteadRan Benita
2019-10-22Minor: help / direct usage of config (#6011)Bruno Oliveira
2019-10-20setuponly: pytest_fixture_setup: use option directlyDaniel Hahler
2019-10-19setuponly: remove printing out/err from capmanYoav Caspi
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-08-20Renamed snap_global_capture to read_global_capture.Victor
2018-08-19Fixed integration with other modules/testsvictor
2018-05-26switch to src layoutRonny Pfannschmidt