summaryrefslogtreecommitdiff
path: root/testing/test_terminal.py
AgeCommit message (Expand)Author
2021-01-01reports: BaseReport.{passed,failed,skipped} more friendly to mypyRan 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-12-08Migrate to pytester: test_capture.py, test_terminal.py, approx.py (#8108)Anton
2020-11-08Improve summary stats when using '--collect-only' (#7875)Hugo Martins
2020-10-25testing: use pytester.spawn instead of testdirRan Benita
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03Merge pull request #7817 from bluetech/fix-testpaths-bestrelpath2Ran Benita
2020-10-02py36+: remove requires_ordered_markupAnthony Sottile
2020-09-29terminal: fix crash in header reporting when absolute testpaths is usedRan Benita
2020-09-04Replace some usages of config.{rootdir,inifile} with config.{rootpath,inipath}Ran Benita
2020-08-15Refactor Session._parsearg into a separate function for testingBruno Oliveira
2020-08-03testing: fix some docstring issuesRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-06-08Fixed testpiotrhm
2020-06-08Fixed linting 2piotrhm
2020-06-08Fixed lintingpiotrhm
2020-06-08Added testspiotrhm
2020-06-08Add pyproject.toml support (#7247)Bruno Oliveira
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-26Improve our own wcwidth implementation and remove dependency on wcwidth packageRan Benita
2020-05-05Merge pull request #7064 from blueyed/fix-_printcollecteditems-doc-upstreamRan 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-04-04Document the pytest_report_teststatus hook better and test uncovered function...Ran Benita
2020-02-21tests: harden/improve test_itemreport_subclasses_show_subclassed_file (#6467)Daniel Hahler
2020-02-15Merge branch 'master' into term-colorDaniel Hahler
2020-02-15tests: harden test_xdist_verbose (#6700)Daniel Hahler
2020-02-12Use code highlighting if pygments is installed (#6658)Bruno Oliveira
2020-02-11Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-02-04testing/conftest.py: testdir: set PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 (#6655)Daniel Hahler
2020-01-30Merge master into featuresDaniel Hahler
2020-01-29Merge pull request #6524 from blueyed/reportchars-defaultDaniel Hahler
2020-01-29terminal: default to `fE` with `-r` (reportchars)Daniel Hahler
2020-01-28tests: harden test_teardown_many_verboseDaniel Hahler
2020-01-28Merge master into featuresDaniel Hahler
2020-01-26tests: add test_via_execDaniel Hahler
2020-01-25typing for test_summary_statsDaniel Hahler
2020-01-25_get_main_color: no yellow ("boring") for non-last itemDaniel Hahler
2020-01-22Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-01-18tests: terminal: harden/improve test_color_yesDaniel Hahler
2020-01-18test_terminal: improve color handlingDaniel Hahler
2020-01-16Merge pull request #6384 from pv/showlocals-shortDaniel Hahler
2020-01-16tests: cleanup unused fixturesDaniel Hahler
2020-01-16Merge master into featuresDaniel Hahler