summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2019-11-17Update AUTHORSJosh Karpel
2019-11-17changelog entry for #2049JoshKarpel
2019-11-16Fix incorrect result of getmodpath method.林玮
2019-11-15Merge remote-tracking branch 'origin/master' into mmAnthony Sottile
2019-11-08update AUTHORS listGregory Lee
2019-11-06Merge pull request #5926 from AtakamaLLC/optional-multilineDaniel Hahler
Add log-auto-indent option to control multiline formatting
2019-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli
2019-10-25Add log-auto-indent option to control multiline formattingMichael Krebs
2019-10-21fix bug with nonskipped first test in packageDaniil Galiev
2019-10-19setuponly: remove printing out/err from capmanYoav Caspi
2019-09-17Merge master into featuresDaniel Hahler
Conflicts: src/_pytest/reports.py (via 7259c453d, moved the type annotation; setting it to `None` was removed in 3c82b1cb9 already)
2019-09-04Add Gene Wood to authorsGene Wood
2019-08-30Merge pull request #5768 from robholt/fixture-class-instanceBruno Oliveira
Fix self reference in function scoped fixtures
2019-08-30Merge remote-tracking branch 'upstream/master' into ↵Bruno Oliveira
robholt/fixture-class-instance
2019-08-29Fix the scope behavior with indirect fixtures.Andrzej Klajnert
2019-08-27Document the bugfix.Christian Neumüller
2019-08-26Gracefully handle HTTP errors from pastebinMichael Goerz
We find that the --pastebin option to pytest sometimes fails with "HTTP Error 400: Bad Request". We're still investigating the exact cause of these errors, but in the meantime, a failure to upload to the pastebin service should probably not crash pytest and cause a test failure in the continuous-integration. This patch catches exceptions like HTTPError that may be thrown while trying to communicate with the pastebin service, and reports them as a "bad response", without crashing with a backtrace or failing the entire test suite.
2019-08-19Fix self reference in function scoped fixturesRobert Holt
2019-08-02Merge master into featuresDaniel Hahler
Several conflicts, mostly due to 2c402f4bd. Conflicts: .pre-commit-config.yaml src/_pytest/outcomes.py src/_pytest/python_api.py tox.ini
2019-07-24Add author.helloocc
2019-07-14Improve CSS layoutTim Hoffmann
2019-07-11doctest: Add +NUMBER option to ignore irrelevant floating-point… (#5576)Bruno Oliveira
doctest: Add +NUMBER option to ignore irrelevant floating-point differences
2019-07-08changelog for new NUMBERS doctest optionDavid Röthlisberger
2019-06-30Update AUTHORSAmirElkess
2019-06-24Pickup additional positional args passed to _parse_parametrize_argsKevin J. Foley
2019-06-06Add `slow` marker in run/skip option example.Ralph Giles
The example implementation of a `--runslow` option results in a `PytestUnknownMarkWarning`. Include registering the custom mark in the example, based on the documentation in markers.rst.
2019-05-21Fix `disable_test_id_escaping_and_forfeit_all_rights_to_community_support` ↵Akiomi Kamakura
option when using a list of test IDs
2019-05-12add @EvanKepner to authorsEvan Kepner
2019-05-08logging: improve default logging format (issue5214)Pulkit Goyal
We improve the following things in the logging format: * Show module name instead of just the filename * show level of logging as the first thing * show lineno attached to module:file details Thanks to @blueyed who suggested this on the github issue. It's my first contribution and I have added myself to AUTHORS. I also added to a changelog file.
2019-05-04Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2019-05-02add DamianSkrzypczak to AUTHORSDamianSkrzypczak
2019-04-27Merge master into featuresDaniel Hahler
2019-04-19Fix handle repr error with showlocals and verbose outputNikolay Kondratyev
2019-04-17Eliminate core dependency on 'terminal' pluginIlya Konstantinov
2019-04-11Show XFail reason as part of JUnitXML message fieldSamuel Searles-Bryant
Fixes #4907
2019-03-28add ini option to disable string escape for parametrizationApaDoctor
2019-03-15Include documentationTakafumi Arakaki
2019-02-16LoggingPlugin: Support to customize log_file from hook (#4752)Bruno Oliveira
LoggingPlugin: Support to customize log_file from hook
2019-02-15LoggingPlugin: Expose setting log_file_handlerAndras Mitzki
- This patch allows to set log_file (path) from hook Signed-off-by: Thomas Hisch Signed-off-by: Andras Mitzki <andras.mitzki@balabit.com>
2019-02-09Merge pull request #4722 from fetzerch/ignore_wildcardsDaniel Hahler
Add ability to use globs when using --ignore
2019-02-06Merge pull request #4709 from namurphy/warns-docsBruno Oliveira
Document how to customize test failure message for missing warnings
2019-02-06Add ability to exclude files matching glob patterns with --ignore-globChristian Fetzer
This adds the `--ignore-glob` option to allow Unix-style wildcards so that `--ignore-glob=integration*` excludes all tests that reside in files starting with `integration`. Fixes: #3711
2019-02-02Merge pull request #4682 from arel/parameterize-conditional-raises-document-onlyAnthony Sottile
Document parametrizing conditional raises
2019-02-01Update AUTHORSNick Murphy
2019-01-29Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2019-01-27Adds `does_not_raise` context managerArel Cordero
Addressing issues #4324 and #1830
2019-01-24Merge pull request #4511 from jhunkeler/junit-strictBruno Oliveira
Toggle JUnit behavior with INI option
2019-01-24vanity commitKristoffer Nordstroem
2019-01-18Fixes #4653 - tmp_path provides real pathAdam Uhlir
2019-01-16Merge pull request #4537 from chdsbd/masterBruno Oliveira
Bugfix: monkeypatch.delattr handles class descriptors