summaryrefslogtreecommitdiff
path: root/src/_pytest/helpconfig.py
AgeCommit message (Expand)Author
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-29Fix --help crash on add_ini(.., help='') and improve message on help=None (#7...hp310780
2020-06-22config: improve typingRan Benita
2020-06-05Type annotate some parts related to runner & reportsRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-05-23Added support for less verbose version information (#7169)Claire Cecil
2020-05-19Revisit some help texts with regard to newlinesDaniel Hahler
2020-02-13Recognize `-V` as a short option for `--version` (#6721)Daniel Hahler
2020-02-10Remove some redundant commasRan Benita
2019-11-09showversion: no need for `py.path.local`Daniel Hahler
2019-07-23Replace internal config._origargs with invocation_params.argsDaniel Hahler
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-23Improve output of ini options in --helpDaniel Hahler
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-04-05showhelp: move tw.fullwidth out of the loopDaniel Hahler
2019-02-24-p option now can be used to early-load plugins by entry-point nameBruno Oliveira
2019-02-11Display --help/--version with ArgumentErrorsDaniel Hahler
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-10Fix #4093: multiple string literals on a lineNiklas JQ
2018-08-07Add option to disable plugin auto-loadingVirgil Dupras
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-26switch to src layoutRonny Pfannschmidt