summaryrefslogtreecommitdiff
path: root/_pytest/terminal.py
AgeCommit message (Expand)Author
2018-05-26switch to src layoutRonny Pfannschmidt
2018-05-23run blackRonny Pfannschmidt
2018-03-21Remove `terminal.flatten` function in favor of collapse from more_itertoolsBruno Oliveira
2018-03-13unify cli verbosity handlingRonny Pfannschmidt
2018-03-09remove unneeded commasRonny Pfannschmidt
2018-02-27Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira
2018-02-27Remove config paramter from pytest_terminal_summary as discussed during reviewBruno Oliveira
2018-02-26Show "short test summary info" after tracebacks and warningsBruno Oliveira
2018-02-26#3203 Remove progress when no-capturefeuillemorte
2018-02-18Add captured-log support to --show-captureThomas Hisch
2018-02-13Show deselection count before tests are exectuedThomas Hisch
2018-02-09Merge pull request #3176 from feuillemorte/1478_no_stdout_optionBruno Oliveira
2018-02-09#1478 Add doc and remove printfeuillemorte
2018-02-08#1478 Added --show-capture=both option (fix comments)feuillemorte
2018-02-06#1478 Added --show-capture optionfeuillemorte
2018-01-31#1478 Added --no-stdout optionfeuillemorte
2018-01-24All classes now subclass object for better py3 compatibilityBruno Oliveira
2018-01-12Move logic determining if progress should be displayed to a functionBruno Oliveira
2018-01-11Fix progress report when tests fail during teardownBruno Oliveira
2017-12-16Use classic console output when -s is usedSegev Finer
2017-12-01Merge pull request #2989 from nicoddemus/bring-tr-writer-back-2984Ronny Pfannschmidt
2017-11-30Bring back TerminalReporter.writer as an alias to TerminalReporter._twBruno Oliveira
2017-11-29Fix ZeroDivisionError with 0 collected testsDaniel Hahler
2017-11-23Revert making TerminalWriter public in TerminalReporter pluginBruno Oliveira
2017-11-22Fix rewrite to not write past the edge of the screenBruno Oliveira
2017-11-21Add tests for progress output and docs for ``console_output_style``Bruno Oliveira
2017-11-21Add progress output for verbose mode with xdistBruno Oliveira
2017-11-21Implement progress percentage reporting while running testsBruno Oliveira
2017-11-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-10-24Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-10-24Move the generic separator to a constantTom Dalton
2017-09-27Deprecate TerminalReporter._twBruno Oliveira
2017-09-05Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira
2017-08-25Drop wrapper module; import directlyTyler Goodlet
2017-08-04convert py module references to six moduleSrinivas Reddy Thatiparthy
2017-08-03Fix small terminal glitch when collecting a single test itemBruno Oliveira
2017-07-27Introduce new pytest_report_collectionfinish hookBruno Oliveira
2017-07-17Fixed E303 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E301 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-07-17Fixed E261 flake8 errorsAndras Tim
2017-07-17Fixed E231 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-07-13Ensure final collected line doesn't include artifactsAlex Hartoto
2017-06-03Fix collection report when collecting a single test itemBruno Oliveira
2017-05-17Revert refactor of old-style to new-style classesBruno Oliveira
2017-04-13Improve item.warn handling of fslocation parameterBruno Oliveira
2017-03-20Merge remote-tracking branch 'upstream/features' into integrate-pytest-warningsBruno Oliveira