summaryrefslogtreecommitdiff
path: root/testing/test_parseopt.py
AgeCommit message (Expand)Author
2020-12-18tests: Migrate to pytester - final updateantonblr
2020-11-30Migrate test_parseopt.py from testdir to pytesterChristine Mecklenborg
2020-07-21testing: improve bash checkRan Benita
2020-07-20testing: use a tighter check if `bash` is available (#7520)Ran Benita
2020-02-11Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-02-10test_argcomplete: remove usage of `distutils.spawn` (#6703)Daniel Hahler
2020-01-22Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-01-16tests: cleanup unused fixturesDaniel Hahler
2019-11-20Add type annotations to _pytest.config.argparsing and corresponding Config codeRan Benita
2019-11-20argparsing: remove "map_long_option" Action attribute supportRan Benita
2019-10-31typosPatrick Harmon
2019-09-23Make sure to quote `sys.executable` as we're running a shellAnthony Sottile
2019-09-23test_argcomplete do not call python directly #5872Tomáš Chvátal
2019-06-25 Do not allow abbreviated argumentsZac Hatfield-Dodds
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-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-02-27Fix test_argcomplete: use python -m pytestDaniel Hahler
2019-02-11Display --help/--version with ArgumentErrorsDaniel Hahler
2019-01-21remove and ban py.io.BytesIO, py.process, py.path.local.sysfindAnthony Sottile
2018-12-11argparsing: Parser: allow to forward prog to argparseDaniel Hahler
2018-11-29Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)')Anthony Sottile
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-08-22pyupgrade 1.4: testsAnthony Sottile
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-06-05fix imports in testsRonny Pfannschmidt
2018-05-23run blackRonny Pfannschmidt
2018-05-23run pyupgradeRonny Pfannschmidt
2018-01-09Replace py.std with stdlib importsAnthony Sottile
2017-10-10Remove code for unsupported Python versionshugovk
2017-07-17Fixed E712 flake8 errorsAndras Tim
2017-07-17Fixed E401 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E271 flake8 errorsAndras Tim
2017-07-17Fixed E251 flake8 errorsAndras Tim
2017-07-17Fixed E231 flake8 errorsAndras Tim
2017-07-17Fixed E225 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-07-17Fixed E127 flake8 errorsAndras Tim
2017-03-20Clean up warnings generated by pytest's own suiteBruno Oliveira
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2016-11-20Fix flake8 E305 and E306 errorsBruno Oliveira
2016-10-20Fix cmdline help message for custom options with two or more metavarsBruno Oliveira
2016-07-06merge from master to featuresRonny Pfannschmidt
2016-06-25Simplify Argument.__repr__Daniel Hahler
2016-06-22added check for already existing option names to OptionGroup.addoption()Stefan Zimmermann
2016-06-21Introduce pytest command as recommended entry pointDave Hunt
2015-12-16Remove code related to support python <= 2.5Bruno Oliveira