summaryrefslogtreecommitdiff
path: root/testing/logging
AgeCommit message (Expand)Author
2020-12-15tests: Migrate to pytester - incremental update (#8145)Anton
2020-11-08Improve summary stats when using '--collect-only' (#7875)Hugo Martins
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-08-23testing: fix flaky test when executed slowlyRan Benita
2020-08-22logging: fix handler level restored incorrectly if caplog.set_level is called...Ran Benita
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-29logging: fix capture handler level not reset on teardown after caplog.set_lev...Ran Benita
2020-07-11Create subdirectories if they do not exist when specified for log file (#7468)Simon K
2020-07-01logging: use unique handlers for caplog and reportsRuaridh Williamson
2020-06-08Allow tests to override "global" `log_level` (rebased) (#7340)Bruno Oliveira
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-19logging: propagate errors during log message emitsRan Benita
2020-05-18logging: reuse LoggingCaptureHandler instance since it's expensive to createRan Benita
2020-05-17logging: remove deprecated --no-print-logs option/iniRan Benita
2020-05-17logging: use item's store for private attributesRan Benita
2020-04-24pre-commit: update pyupgrade 1.18.0 -> 2.2.1Ran Benita
2020-01-25tests: test_collection_collect_only_live_logging: allow for 1sDaniel Hahler
2020-01-23config: typing for create_terminal_writer, re-export TerminalWriterDaniel Hahler
2020-01-16tests: cleanup unused fixturesDaniel Hahler
2019-10-25Add log-auto-indent option to control multiline formattingMichael Krebs
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-08-10Show session duration in human-readable formatBruno Oliveira
2019-06-05Fix verbosity bug in --collect-onlyThomas Hisch
2019-06-03Fix lintingBruno Oliveira
2019-06-03manual: remove dependence on sixAnthony Sottile
2019-06-03codecs.open / io.openAnthony Sottile
2019-06-03Clean up __future__ and coding: in testsAnthony Sottile
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-03logging: Extend LEVELNAME_FMT_REGEXThomas Hisch
2019-05-29logging: Improve formatting of multiline messageThomas Hisch
2019-05-29Merge pull request #5311 from thisch/coloredcaplogThomas Hisch
2019-05-28Use same code for setting up cli/non-cli formatterThomas Hisch
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-14Normalize all source encoding declarationsBruno Oliveira
2019-05-08logging: improve default logging format (issue5214)Pulkit Goyal
2019-03-26Merge pull request #4979 from blueyed/minorDaniel Hahler
2019-03-24test_log_cli_auto_enable: get stdout onceDaniel Hahler
2019-03-24revisit test_root_logger_affectedDaniel Hahler
2019-03-24minor: whitespaceDaniel Hahler
2019-03-23tests: fnmatch_lines: use listDaniel Hahler
2019-02-22Logging: Make pytest_runtest_logreport() available for loggingAndras Mitzki
2019-02-15LoggingPlugin: Expose setting log_file_handlerAndras Mitzki
2018-11-09minor: typosDaniel Hahler
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-20Fix logging usage in hooks pytest_sessionstart/finish #3340Vincent Barbaresi
2018-10-13Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-10-10Fix #4093: multiple string literals on a lineNiklas JQ
2018-10-09Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira