xonsh/tests/completers
Andy Kipp 6d0c23e16f
Close 4215: Added env variable to ignore ./ and ../ in filepath completion (#4241)
* Added env variable to ignore ./ and ../ in filepath completion

* Changed ignore_dots to complete dots as always, never, or upon matching

* Updated news

* Added default 'matching'

* Update ignore_dots.rst

* black

* fix test

* tests

Co-authored-by: Bailey Morgan <bailey.mccarty.morgan@gmail.com>
Co-authored-by: a <a@a.a>
2021-04-27 09:28:17 -04:00
..
test_base_completer.py Close 4215: Added env variable to ignore ./ and ../ in filepath completion (#4241) 2021-04-27 09:28:17 -04:00
test_bash_completer.py Improve bash completions - Pass parsed command line to py-bash-commands (#4219) 2021-04-12 15:37:35 -04:00
test_completer_command.py Completion context (#4017) 2021-03-30 13:37:56 -04:00
test_dir_completers.py Close 4215: Added env variable to ignore ./ and ../ in filepath completion (#4241) 2021-04-27 09:28:17 -04:00
test_pip_completer.py Completion context (#4017) 2021-03-30 13:37:56 -04:00
test_xompletions.py Completion context (#4017) 2021-03-30 13:37:56 -04:00