summaryrefslogtreecommitdiff
path: root/changelog
AgeCommit message (Expand)Author
2021-01-04Add dot prefix if file makefile extension is invalid for pathlib (#8222)bengartner
2020-12-30Fix failing staticmethod tests if they are inherited (#8205)Anton
2020-12-26runner: export pytest.CallInfo for typing purposesRan Benita
2020-12-26python: export pytest.Metafunc for typing purposesRan Benita
2020-12-26Merge pull request #8174 from bluetech/py-to-pathlib-5Ran Benita
2020-12-22Convert most of the collection code from py.path to pathlibRan Benita
2020-12-22code: convert from py.path to pathlibRan Benita
2020-12-20mark: export pytest.MarkGenerator for typing purposesRan Benita
2020-12-20mark: export pytest.MarkDecorator for typing purposesRan Benita
2020-12-20mark: export pytest.Mark for typing purposesRan Benita
2020-12-17Merge pull request #8152 from bluetech/empty-skipRan Benita
2020-12-15terminal: fix "(<Skipped instance>)" skip reason in test status lineRan Benita
2020-12-15Merge pull request #8149 from pytest-dev/release-6.2.1Bruno Oliveira
2020-12-15python_api: handle array-like args in approx() (#8137)Jakob van Santen
2020-12-15hookspec: add pathlib.Path alternatives to py.path.local parameters in hooksRan Benita
2020-12-13Merge pull request #8123 from nicoddemus/import-mismatch-uncBruno Oliveira
2020-12-12Merge pull request #8130 from pytest-dev/release-6.2.0Ran Benita
2020-12-12Add `pytest_markeval_namespace` hook.Pedro Algarvio
2020-12-12Compare also paths on Windows when considering ImportPathMismatchErrorBruno Oliveira
2020-12-09Show reason for skipped test in verbose modeKatarzyna
2020-12-05Merge pull request #8055 from bluetech/unraisableRan Benita
2020-12-05Merge pull request #8017 from bluetech/typing-public-fixturesRan Benita
2020-11-28Add more info about skipping doctests (#8080)Prakhar Gurunani
2020-11-21Add unraisableexception and threadexception pluginsRan Benita
2020-11-21Merge pull request #8057 from nicoddemus/changelog-linksRan Benita
2020-11-21Add str() support to LineMatcher (#8050)Maximilian Cosmo Sitter
2020-11-21Add links to some CHANGELOG entriesBruno Oliveira
2020-11-21permit node to warn with any warning type, not just PytestWarning (#8052)Simon K
2020-11-19Call Python 3.8 doClassCleanups (#8033)Petter Strandmark
2020-11-14Merge pull request #8014 from bluetech/pyc-pep552Ran Benita
2020-11-14assertion/rewrite: write pyc's according to PEP-552 on Python>=3.7Ran Benita
2020-11-13Export types of builtin fixture for type annotationsRan Benita
2020-11-13Merge pull request #8022 from bluetech/doctest-initRan Benita
2020-11-11Add 'node_modules' to norecursedirsAdam Johnson
2020-11-10main: fix only one doctest collected on pytest --doctest-modules __init__.pyRan Benita
2020-11-09Merge pull request #8006 from bluetech/export-MonkeyPatchRan Benita
2020-11-09Export MonkeyPatch as pytest.MonkeyPatchRan Benita
2020-11-08Improve summary stats when using '--collect-only' (#7875)Hugo Martins
2020-11-07fixtures: deprecate pytest.yield_fixture()Ran Benita
2020-11-06Deprecate --strict (#7985)Bruno Oliveira
2020-10-31Merge pull request #7956 from csernazs/fix-7951Ran Benita
2020-10-31Fix handling recursive symlinksCserna Zsolt
2020-10-31Merge pull request #7553 from tirkarthi/namedtuple-diffRan Benita
2020-10-31Add support to display field names in namedtuple diffs.Karthikeyan Singaravelan
2020-10-31pathlib: fix symlinked directories not followed during collectionRan Benita
2020-10-30#7938 - [Plugin: Stepwise][Enhancements] Refactoring, smarter registration & ...Simon K
2020-10-28Merge pull request #7960 from nicoddemus/cherry-pick-releaseBruno Oliveira
2020-10-28Merge pull request #7958 from pytest-dev/release-6.1.2Bruno Oliveira
2020-10-28Increase temp dir deletion period to 3 days (#7914)Vasilis Gerakaris
2020-10-25pytester: workaround issue causing spawn to crash or hangRan Benita