summaryrefslogtreecommitdiff
path: root/src/_pytest/terminal.py
AgeCommit message (Expand)Author
2020-05-24rename pytest_warning_record -> pytest_warning_recordedGleb Nikonorov
2020-05-24Add in a new hook pytest_warning_recorded for warning captureGleb Nikonorov
2020-05-23Introduce _pytest.timing as a way to control timing during testsBruno Oliveira
2020-05-22terminal: remove redundant write_fspath_result callRan Benita
2020-05-22terminal: remove a redundant lineRan Benita
2020-05-15Fix regressions with `--lf` pluginDaniel Hahler
2020-05-06Merge pull request #7135 from pytest-dev/terminalwriterBruno Oliveira
2020-05-06Use dict instead of OrderedDict on Python 3.7Ran Benita
2020-05-05terminal: fix non-deterministic warning summary order in Python 3.5Ran Benita
2020-05-05Merge pull request #7020 from blueyed/fix-warnings-summaryRan Benita
2020-05-05Fix warnings summaryDaniel Hahler
2020-05-05Merge pull request #7064 from blueyed/fix-_printcollecteditems-doc-upstreamRan Benita
2020-04-30terminalwriter: remove unused property chars_on_current_lineRan Benita
2020-04-30terminalwriter: don't flush implicitly; add explicit flushesRan Benita
2020-04-17Issue 4677 - always relative path in skip report (#6953)Katarzyna Król
2020-04-09Fix/improve printing of docs for collected itemsDaniel Hahler
2020-03-30fix #6951: allow to write TerminalReporter.writerRonny Pfannschmidt
2020-03-21Upgrade mypy 0.761 -> 0.770Ran Benita
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-20Deprecate TerminalReporter.writerBruno Oliveira
2020-02-19terminal: remove confusing comment about `_tw` (#6763)Daniel Hahler
2020-02-15Merge branch 'master' into term-colorDaniel Hahler
2020-02-12_set_main_color: does not need to returnDaniel Hahler
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-02-10Remove some redundant commasRan Benita
2020-02-09factor out _determine_main_colorDaniel Hahler
2020-02-09factor out KNOWN_TYPESDaniel Hahler
2020-01-31Merge branch 'master' into master-to-featuresRan Benita
2020-01-30typing: pytest_collectionDaniel Hahler
2020-01-29terminal: default to `fE` with `-r` (reportchars)Daniel Hahler
2020-01-25_get_main_color: no yellow ("boring") for non-last itemDaniel Hahler
2020-01-16Merge master into featuresDaniel Hahler
2020-01-11terminal: summary_passes: handle teardown sectionsDaniel Hahler
2020-01-09terminal: use "yellow" with any "xpassed" testsDaniel Hahler
2019-12-12Make -r letters "s" and "S" aliasesBruno Oliveira
2019-12-12Make -r letters "f" and "F" aliasesBruno Oliveira
2019-11-22terminal: _get_main_color: help pytest-parallelDaniel Hahler
2019-11-14Merge pull request #6187 from blueyed/minorDaniel Hahler
2019-11-13terminal: fix/remove wrong typing for currentfspathDaniel Hahler
2019-11-13terminal: report ``session.shouldfail`` reason (``-x``)Daniel Hahler
2019-11-09[WIP] typing around terminalDaniel Hahler
2019-11-06Merge pull request #6100 from blueyed/fix-skip-offsetDaniel Hahler
2019-11-04Color percentage indicator according to color of final lineMarcoGorelli
2019-11-02Merge pull request #6059 from blueyed/collect-error-short-summaryDaniel Hahler
2019-10-29terminal: fix line offset with skip reportsDaniel Hahler
2019-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli
2019-10-25terminal: report collection errors as "ERROR" in short summaryDaniel Hahler
2019-10-23Fix some check_untyped_defs mypy errors in terminalRan Benita
2019-10-21Multiple colors with terminal summary_statsDaniel Hahler