summaryrefslogtreecommitdiff
path: root/changelog
AgeCommit message (Expand)Author
2021-02-23Allow Class.from_parent to forward custom parameters to the constructorFlorian Bruhin
2021-02-07Merge pull request #8248 from RonnyPfannschmidt/mixin-mro-positionRonny Pfannschmidt
2021-02-05config/argparsing: use proper deprecations instead of ad-hoc DeprecationWarningRan Benita
2021-01-29changelog: fix missing tick (#8295)Ran Benita
2021-01-29Add plugin listMaximilian Cosmo Sitter
2021-01-29changelog: fix missing tickRan Benita
2021-01-28Merge pull request #8260 from nicoddemus/faulthandler-mode-X-8258Bruno Oliveira
2021-01-25Merge pull request #8275 from pytest-dev/release-6.2.2Bruno Oliveira
2021-01-20Always handle faulthandler stderr even if already enabledBruno Oliveira
2021-01-20Merge pull request #8250 from daq-tools/fix-twisted-captureBruno Oliveira
2021-01-18Fix faulthandler for Twisted Logger when used with "--capture=no"Andreas Motl
2021-01-17alter the PyObjMixin to carry over typing information from NodeRonny Pfannschmidt
2021-01-15Deprecate raising unittest.SkipTest to skip tests during collectionRan Benita
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