summaryrefslogtreecommitdiff
path: root/src/_pytest/skipping.py
AgeCommit message (Expand)Author
2019-11-06Merge master into featuresDaniel Hahler
2019-10-31typosPatrick Harmon
2019-10-29terminal: fix line offset with skip reportsDaniel Hahler
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-14Normalize all source encoding declarationsBruno Oliveira
2019-05-08Merge pull request #5013 from blueyed/short-summary-messageDaniel Hahler
2019-05-04Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2019-05-01Improve help for --runxfail flagAllan Lewis
2019-04-17Merge remote-tracking branch 'origin/features' into short-summary-messageDaniel Hahler
2019-04-11Remove partial unicode characters from summary messages in Python 2Bruno Oliveira
2019-04-07cleanup: move terminal summary code to terminal pluginDaniel Hahler
2019-04-05use wcwidthDaniel 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-26skipping: factor out _get_pos, pass only config to _get_report_strDaniel Hahler
2019-01-30Fix pytest_report_teststatus call to pass new config object (#4691)Bruno Oliveira
2019-01-24resolving report.when attribute should be reliable nowwim glenn
2019-01-24pytest_terminal_summary uses result from pytest_report_teststatus hook, rathe...wim glenn
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-08-28Use https, save a redirectSteve Piercy
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-26switch to src layoutRonny Pfannschmidt