summaryrefslogtreecommitdiff
path: root/testing/test_argcomplete.py
AgeCommit message (Expand)Author
2021-01-01pytest-dev#8204 migrate some tests to tmp_path fixture (#8209)sousajf1
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-08-03testing: fix some docstring issuesRan Benita
2020-03-27Change EnvironmentError, IOError to OSError - they are aliasesRan Benita
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-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2018-11-10tests: fix equal_with_bash for .coverage filesDaniel Hahler
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-05-23run blackRonny Pfannschmidt
2018-01-09Replace py.std with stdlib importsAnthony Sottile
2017-09-08Fix crash in FastFilesCompleter with no prefixEvan
2017-07-17Fixed E401 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E301 flake8 errorsAndras Tim
2017-07-17Fixed E231 flake8 errorsAndras Tim
2017-07-17Fixed E201 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2015-12-16Remove code related to support python <= 2.5Bruno Oliveira
2013-11-12ignore argcomplete on darwinAnatoly Bubenkov
2013-09-09argcomplete_win: skip testing of argcomplete on windowsAnthon van der Neut
2013-08-06argcomplete: FastFileCompleter that doesn't call bash in subprocess, strip pr...Anthon van der Neut