typer/tests/test_completion
Sebastián Ramírez 646c737329
🐛 Do not show an error on completion eval if the program is not installed (#83)
* 🐛 Fix Fish completion script

* 🐛 Do not show an error on completion eval if the program is not installed

*  Add stderr redirect to /dev/null for Fish too

*  Update completion tests
2020-03-29 15:39:49 +02:00
..
__init__.py Re-implement completion, fixes, add PowerShell support (#66) 2020-03-16 13:21:58 +01:00
test_completion.py 🐛 Do not show an error on completion eval if the program is not installed (#83) 2020-03-29 15:39:49 +02:00
test_completion_complete.py Re-implement completion, fixes, add PowerShell support (#66) 2020-03-16 13:21:58 +01:00
test_completion_complete_no_help.py Re-implement completion, fixes, add PowerShell support (#66) 2020-03-16 13:21:58 +01:00
test_completion_install.py 🐛 Do not show an error on completion eval if the program is not installed (#83) 2020-03-29 15:39:49 +02:00
test_completion_install_source.py 🐛 Do not show an error on completion eval if the program is not installed (#83) 2020-03-29 15:39:49 +02:00
test_completion_show.py Re-implement completion, fixes, add PowerShell support (#66) 2020-03-16 13:21:58 +01:00