summaryrefslogtreecommitdiff
path: root/src/_pytest/terminal.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-19terminal: remove unused union arm in WarningReport.fslocationRan Benita
2020-12-15terminal: fix "(<Skipped instance>)" skip reason in test status lineRan Benita
2020-12-15hookspec: add pathlib.Path alternatives to py.path.local parameters in hooksRan Benita
2020-12-12terminal: when the skip/xfail is empty, don't show it as "()"Ran Benita
2020-12-09Show reason for skipped test in verbose modeKatarzyna
2020-11-08Rename _make_plural to pluralizeBruno Oliveira
2020-11-08Improve summary stats when using '--collect-only' (#7875)Hugo Martins
2020-11-07Stop importing `pytest` to avoid upcoming import cyclesRan Benita
2020-10-07Fixed formattingTanvi Mehta
2020-10-07Use instead of a in Issue #7868Tanvi Mehta
2020-10-06py36+: remove _pytest.compat.order_preserving_dictAnthony Sottile
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03py36+: update the target version of black to py36Anthony Sottile
2020-10-03Merge pull request #7817 from bluetech/fix-testpaths-bestrelpath2Ran Benita
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-29terminal: improve condition on whether to display testpaths in headerRan Benita
2020-09-29terminal: fix crash in header reporting when absolute testpaths is usedRan Benita
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-09-04Replace some usages of config.{rootdir,inifile} with config.{rootpath,inipath}Ran Benita
2020-08-19Remove deprecated TerminalReporter.writer propertyBruno Oliveira
2020-08-04Improve typing of reports' longrepr fieldRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-30Stop using more-itertoolsRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-07-07Point to stable docs instead of latestBruno Oliveira
2020-06-27Merge pull request #7418 from bluetech/typing-3Ran Benita
2020-06-26Fix-6906: Added code-highlight option to disable highlighting optionallygdhameeja
2020-06-25hookspec: improve typing of some remaining hooksRan Benita
2020-06-14hookspec: type annotate pytest_runtest_log{start,finish}Ran Benita
2020-06-13Merge pull request #7258 from piotrhm/issue_6471Bruno Oliveira
2020-06-12Fix some type errors around py.path.localRan Benita
2020-06-12hookspec: type annotate pytest_internalerrorRan Benita
2020-06-12hookspec: type annotate pytest_keyboard_interruptRan Benita
2020-06-08Add type annotationsBruno Oliveira
2020-06-08Added testspiotrhm
2020-06-08Added requested modificationspiotrhm
2020-06-08Add pyproject.toml support (#7247)Bruno Oliveira
2020-06-05Type annotate more of _pytest.terminalRan Benita
2020-06-05Type annotate some parts related to runner & reportsRan Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-06-02Merge branch 'master' into fix-flaky-testBruno Oliveira
2020-05-31Merge pull request #7264 from bluetech/wcwidthBruno Oliveira
2020-05-26Improve our own wcwidth implementation and remove dependency on wcwidth packageRan Benita
2020-05-25Address all feedback, minus the empty sring v None nodeid which is being disc...Gleb Nikonorov