summaryrefslogtreecommitdiff
path: root/testing/test_terminal.py
AgeCommit message (Expand)Author
2020-01-14Make --showlocals work together with --tb=shortPauli Virtanen
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-25pytester: use no colors with inline runs by defaultDaniel Hahler
2019-11-13terminal: report ``session.shouldfail`` reason (``-x``)Daniel Hahler
2019-11-06Merge pull request #6107 from MarcoGorelli/color-percentage-indicatorDaniel Hahler
2019-11-04Color percentage indicator according to color of final lineMarcoGorelli
2019-11-03test_terminal: reduce number of tests (single --fulltrace param)Daniel Hahler
2019-11-03Fix error in newly introduced test_collecterrorMarcoGorelli
2019-11-02Merge pull request #6059 from blueyed/collect-error-short-summaryDaniel Hahler
2019-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli
2019-10-27Merge master into featuresDaniel Hahler
2019-10-26Replace py.io.TextIO with io.StringIORan Benita
2019-10-25terminal: report collection errors as "ERROR" in short summaryDaniel Hahler
2019-10-21Multiple colors with terminal summary_statsDaniel Hahler
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-08-10Show session duration in human-readable formatBruno Oliveira
2019-07-27Change the warning messageKaiqi
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
2019-06-04Clean up u' prefixes and py2 bytes conversionsAnthony Sottile
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-28Merge master into featuresDaniel Hahler
2019-05-23reportopts: A: put "Pp" in frontDaniel Hahler
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-08Merge pull request #5013 from blueyed/short-summary-messageDaniel Hahler
2019-05-05Add encoding: header and fix rep mock in test_line_with_reprcrash on py27Bruno Oliveira
2019-05-05Add encoding header to test_terminal.pyBruno Oliveira
2019-04-29terminal: use pytest_collection_finish for reporting (#5113)Bruno Oliveira
2019-04-29terminal: use pytest_collection_finish for reportingDaniel Hahler
2019-04-17move testDaniel Hahler
2019-04-17Merge remote-tracking branch 'origin/features' into short-summary-messageDaniel Hahler
2019-04-15terminal summary: display passes after warningsDaniel Hahler
2019-04-12Merge pull request #5068 from blueyed/reportcharsBruno Oliveira
2019-04-07Refactor into TerminalReporter.short_test_summaryDaniel Hahler
2019-04-07cleanup: move terminal summary code to terminal pluginDaniel Hahler
2019-04-07Add tests for reportchars=aDaniel Hahler
2019-04-07Support reportchars=A (really all, including passed)Daniel Hahler
2019-04-05change separator to hyphenDaniel Hahler
2019-04-04factor out _get_line_with_reprcrash_messageDaniel Hahler
2019-04-04Display message from reprcrash in short test summaryDaniel Hahler
2019-03-26Merge pull request #4975 from blueyed/verbose-fixesBruno Oliveira
2019-03-26Fix usages of "verbose" optionDaniel Hahler
2019-03-24minor: whitespaceDaniel Hahler
2019-03-20tests: add test_report_collect_after_half_a_secondDaniel Hahler
2019-03-19Internal refactorings in order to support the new pytest-subtests pluginBruno Oliveira
2019-03-02Do not show "inifile:" string if there's no configuration fileBruno Oliveira