summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
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
Co-authored-by: Vlad <uladzislau.radziuk@nordcloud.com>
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
Co-authored-by: Ruaridh Williamson <ruaridh.williamson@flexciton.com>
2020-06-087119: data loss with mistyped --basetemp (#7170)Prashant Anand
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com> Co-authored-by: Ran Benita <ran@unusedvar.com>
2020-06-02Merge pull request #7286 from gnikonorov/issue_6856Ronny Pfannschmidt
Output a warning to stderr when an invalid key is read from an INI config file
2020-06-02Fix removal of very long paths on Windows (#6755)Tor Colvin
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2020-05-31Add documentationGleb Nikonorov
2020-05-23Merge pull request #7240 from DahlitzFlorian/fix-issue-7233Anthony Sottile
Add note about --strict and --strict-markers to references
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
As indicated on pypi and in the README pytest supports python version 3.8 and 3.9. The documentation should match.
2020-05-15Merge pull request #6283 from felixn/masterRan Benita
Create LogCaptureHandler if necessary (closes #6240)
2020-05-13Create LogCaptureHandler if necessary (closes #6240)Felix Nieuwenhuizen
2020-05-09Fix #7126 - saferepr for bytes paramsPavel Karateev
bytes parametrize parameters cause error when --setup-show is used and Python is called with -bb flag
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
Add _pytest.fixtures.FixtureLookupError to top level import
2020-03-29Improved time counter used to compute test durations. (#6939)smarie
Co-authored-by: Sylvain MARIE <sylvain.marie@se.com> Co-authored-by: Ran Benita <ran@unusedvar.com> Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2020-03-03Update AUTHORSearonesty
2020-02-22doc: add list of fixtures to start of fixture chapter (#6696)kpinc
- Add list of fixtures to start of fixture chapter - Add "fixture" cross ref type
2020-02-19#6289: Add new example to XFAIL documentation (#6685)Nathaniel Compton
Fix #6289 Co-authored-by: Ran Benita <ran234@gmail.com>
2020-02-12Merge pull request #6673 from sscherfke/featuresBruno Oliveira
Reverse / fix meaning of "+/-" in error diffs
2020-02-10Reverse / fix meaning of "+/-" in error diffsStefan Scherfke
The convention is "assert result is expected". Pytest's error diffs now reflect this. "-" means that sth. expected is missing in the result and "+" means that there are unexpected extras in the result. Fixes: #3333
2020-02-06[parametrize] enforce explicit argnames declaration (#6330)Vladyslav Rachek
Every argname used in `parametrize` either must be declared explicitly in the python test function, or via `indirect` list Fix #5712
2020-01-29Merge master into featuresDaniel Hahler
2020-01-28Replace `==` with `is` for comparison of cache keysHolger Kohr
Closes #6497
2020-01-25Merge master into featuresDaniel Hahler
2020-01-25Fix EncodedFile.write return valueTomáš Gavenčiak
Make EncodedFile, used for captured output streams, method .write return the number of characters written. Add test for captured stderr write. Fixes #6557. Co-Authored-By: Bruno Oliveira <nicoddemus@gmail.com>
2020-01-22Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
Conflicts: * src/_pytest/_code/code.py * src/_pytest/main.py * testing/python/metafunc.py * testing/test_parseopt.py * testing/test_pytester.py
2020-01-17Revert "fixtures register finalizers with all fixtures before them in the stack"Bruno Oliveira
This reverts commit 99180939febb6ca4b3ff788cf336b065046653f2.
2020-01-16Merge pull request #6384 from pv/showlocals-shortDaniel Hahler
Make --showlocals work together with --tb=short Fixes https://github.com/pytest-dev/pytest/issues/494 Ref: https://github.com/pytest-dev/pytest/issues/1715
2020-01-16Merge master into featuresDaniel Hahler
Conflicts: .github/workflows/main.yml
2020-01-16Update junit_logging with no,log,system-out,system-err,out-err,allJakub Mitoraj
2020-01-15fixtures register finalizers with all fixtures before them in the stackChris NeJame
2020-01-14Make --showlocals work together with --tb=shortPauli Virtanen
Enable showing local variables when asked to do so in the short traceback mode. Fixes #494
2020-01-10Merge master into featuresDaniel Hahler
2019-12-16Optimized renaming of test parameter idsSeth Junot
While using pytest-repeat, I noticed the previous implementation is slow for a large number of duplicate test ids. To optimize, this commit reduces the amount of data copied and avoids using `in` with List (unhashable type, and therefore is very slow for many elements).
2019-12-14Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2019-12-12Merge pull request #6316 from ↵Bruno Oliveira
cb109/make-keyword-expression-matching-case-insensitive Make keyword expression matching case-insensitive
2019-12-09Include new --capture-mode=tee-sys optioncmachalo
Fix #4597
2019-12-05Update authors file and sort the listChristoph Buelter
2019-11-25Create changelog file and update AUTHORSClaudio Madotto
2019-11-22Add stacklevel tests for warnings, 'location' to pytest_warning_capturedPhilipp Loose
Resolves #4445 and #5928 (thanks to allanlewis) Add CHANGELOG for location parameter
2019-11-21Add self to AUTHORSMark Dickinson
2019-11-19Merge remote-tracking branch 'upstream/master' into release-5.3.0Bruno Oliveira
2019-11-18Merge pull request #6202 from linw1995/fix_getmodpathAnthony Sottile
Fix incorrect result of getmodpath method.