summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2021-01-18Fix faulthandler for Twisted Logger when used with "--capture=no"Andreas Motl
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-16Clarify fixture execution order and provide visual aids (#7381)Chris NeJame
2020-11-30Custom multiple marker execution order (#8065)Shubham Adep
2020-11-28Add more info about skipping doctests (#8080)Prakhar Gurunani
2020-11-25Refactor acceptance_test to use pytester (#8070)Dominic Mortlock
2020-11-19Add small section on migrating from nose to pytestmickeypash
2020-11-19Call Python 3.8 doClassCleanups (#8033)Petter Strandmark
2020-11-07#7942 test_setupplan.py migrate from testdir to Pytester (#8004)Garvit Shubham
2020-11-04#7942 test_session.py migrate from testdir to pytesterduthades
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-31pytest-dev#7942 test_runner_xunit.py (#7964)Ariel Pillemer
2020-10-28Migrate test_skipping.py from testdir to pytester (#7953)Christine M
2020-10-14Add example for registering multiple custom mark (#7886)Prashant Sharma
2020-10-07Added name to authors listTanvi Mehta
2020-09-28python_api: let approx() take nonnumeric values (#7710)Jakob van Santen
2020-09-23Improved 'Declaring new hooks' section in docs. (#7782)Kamran Ahmad
2020-07-20docs: Add a note about -q option used in getting started guideDebi Mishra
2020-07-15Clearer guidance on pytest.raise(match=...) failure (#7499)Lewis Cowles
2020-07-08assertion: improve diff output of recursive dataclass/attrsVlad-Radz
2020-06-19Fix exception causes all over the codebaseRam Rachum
2020-06-09Replace cleanup_numbered_dir with atexit.registerpiotrhm
2020-06-08Allow tests to override "global" `log_level` (rebased) (#7340)Bruno Oliveira
2020-06-087119: data loss with mistyped --basetemp (#7170)Prashant Anand
2020-06-02Merge pull request #7286 from gnikonorov/issue_6856Ronny Pfannschmidt
2020-06-02Fix removal of very long paths on Windows (#6755)Tor Colvin
2020-05-31Add documentationGleb Nikonorov
2020-05-23Merge pull request #7240 from DahlitzFlorian/fix-issue-7233Anthony Sottile
2020-05-23Added support for less verbose version information (#7169)Claire Cecil
2020-05-22Add note about --strict and --strict-markers to referencesFlorian Dahlitz
2020-05-20Updated compatible python versionsmcsitter
2020-05-15Merge pull request #6283 from felixn/masterRan Benita
2020-05-13Create LogCaptureHandler if necessary (closes #6240)Felix Nieuwenhuizen
2020-05-09Fix #7126 - saferepr for bytes paramsPavel Karateev
2020-05-037018: Use internal version of make_numbered_dirKeri Volans
2020-04-17Issue 4677 - always relative path in skip report (#6953)Katarzyna Król
2020-04-13Gracefully handle eval() failure(s) for marker expressionssymonk
2020-04-10Merge pull request #6285 from earonesty/patch-1Ronny Pfannschmidt
2020-03-29Improved time counter used to compute test durations. (#6939)smarie
2020-03-03Update AUTHORSearonesty
2020-02-22doc: add list of fixtures to start of fixture chapter (#6696)kpinc
2020-02-19#6289: Add new example to XFAIL documentation (#6685)Nathaniel Compton
2020-02-12Merge pull request #6673 from sscherfke/featuresBruno Oliveira
2020-02-10Reverse / fix meaning of "+/-" in error diffsStefan Scherfke
2020-02-06[parametrize] enforce explicit argnames declaration (#6330)Vladyslav Rachek
2020-01-29Merge master into featuresDaniel Hahler