summaryrefslogtreecommitdiff
path: root/changelog
AgeCommit message (Expand)Author
2020-05-11mark: deprecate a couple undocumented -k syntaxesRan Benita
2020-05-08Merge pull request #7158 from CarycaKatarzyna/issue_7076Bruno Oliveira
2020-05-08Merge pull request #7185 from bluetech/sigpipeRan Benita
2020-05-08Handle EPIPE/BrokenPipeError in pytest's CLIRan Benita
2020-05-07Fix _is_setup_py for files encoded differently than localeAnthony Sottile
2020-05-07Merge pull request #7122 from bluetech/matcher-parserRan Benita
2020-05-06Merge pull request #7135 from pytest-dev/terminalwriterBruno Oliveira
2020-05-05'saferepr' handles classes with broken __getattribute__Bruno Oliveira
2020-05-04Use reportinfo() instead of location in skipping messageBruno Oliveira
2020-05-03Relative path to invocationdir instead rootdir.Katarzyna
2020-05-02Fix cleanup functions not being invoked on test failuresBruno Oliveira
2020-05-01Merge pull request #7144 from nicoddemus/async-testcase-7110Bruno Oliveira
2020-05-01Let unittest frameworks deal with async functionsBruno Oliveira
2020-05-01Allow File.from_parent to forward custom parameters to the constructorBruno Oliveira
2020-05-01Stop using Python's eval() for -m and -kRan Benita
2020-04-30Add a changelog for TerminalWriter changesRan Benita
2020-04-24fixtures: deprecate pytest._fillfuncargs functionRan Benita
2020-04-17Issue 4677 - always relative path in skip report (#6953)Katarzyna Król
2020-04-15Improve error handling around yieldctx fixtures which do not yield a value (#...Simon K
2020-04-13Update changelog/4583.bugfix.rstSimon K
2020-04-13Gracefully handle eval() failure(s) for marker expressionssymonk
2020-04-10Merge pull request #6285 from earonesty/patch-1Ronny Pfannschmidt
2020-04-10Merge pull request #6992 from pytest-dev/revert-6767-tmpdir-cleanup-upstreamRonny Pfannschmidt
2020-04-10Revert "tmpdir: clean up indirection via config for factories (#6767)"Ronny Pfannschmidt
2020-04-03Fix TerminalRepr instances to be hashable (#6988)Daniel Hahler
2020-03-30Merge pull request #6927 from RonnyPfannschmidt/fix-6924-run-async-stdlib-uni...Ronny Pfannschmidt
2020-03-30prepare tests and disable warnings for asyncio unittest casesRonny Pfannschmidt
2020-03-30deprecate the pytest.collect moduleRonny Pfannschmidt
2020-03-30fix #6951: allow to write TerminalReporter.writerRonny Pfannschmidt
2020-03-29Improved time counter used to compute test durations. (#6939)smarie
2020-03-16Fix crash when printing while capsysbinary is activeDaniel Hahler
2020-03-13Merge pull request #6910 from nicoddemus/resultlog-logreportBruno Oliveira
2020-03-13Merge pull request #6903 from bluetech/assume-dupRan Benita
2020-03-12Handle unknown stats in pytest_report_teststatus hookBruno Oliveira
2020-03-12Assume os.dup is always availableRan Benita
2020-03-12Preparing release version 5.4.0pytest bot
2020-03-04Fix usage of pytester with doctests (#6802)Daniel Hahler
2020-03-03fix #571: deprecate pytest_collect_directory as ... (#6847)Ronny Pfannschmidt
2020-03-03Update changelog/6285.feature.rstBruno Oliveira
2020-03-03Create 6285.feature.rstearonesty
2020-03-01Merge pull request #6834 from RonnyPfannschmidt/fix-6833-summarize-warning-it...Ronny Pfannschmidt
2020-03-01summarize warning summaries if the number of locations is highRonny Pfannschmidt
2020-02-28Merge pull request #6784 from nicoddemus/deprecate-terminal-writerBruno Oliveira
2020-02-29docs: use doc/en/_build/html for html output (#6842)Daniel Hahler
2020-02-28Improve UsageError with invalid `-o` style (#6795)Daniel Hahler
2020-02-24doctest: strip newlines with unexpected exceptions (#6801)Daniel Hahler
2020-02-22Handle `match` with `pytest.raises()` (#6753)Daniel Hahler
2020-02-22Minor cosmetic fixes (#6792)Daniel Hahler
2020-02-22doc: add list of fixtures to start of fixture chapter (#6696)kpinc
2020-02-22Fix grammar in changelog/6737.breaking.rstDaniel Hahler