typer/tests/test_completion
Sebastián Ramírez 1d3337a4da
Re-implement completion, fixes, add PowerShell support (#66)
*  Re-implement completion

*  Add tests for re-implemented completion

* 🎨 Move mypy config to file

* 🙈 Update .gitignore

*  Remove click-completion, add support for autodetection with shellingham

*  Fix test for PowerShell

* 🐛 Fix PowerShell permissions/test

* 🎨 Format test

* 🏁 Fix PowerShell script for Windows and PowerShell 5

* 📝 Update docs, internal implementation of completion
2020-03-16 13:21:58 +01:00
..
__init__.py Re-implement completion, fixes, add PowerShell support (#66) 2020-03-16 13:21:58 +01:00
test_completion.py Re-implement completion, fixes, add PowerShell support (#66) 2020-03-16 13:21:58 +01: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 Re-implement completion, fixes, add PowerShell support (#66) 2020-03-16 13:21:58 +01:00
test_completion_install_source.py Re-implement completion, fixes, add PowerShell support (#66) 2020-03-16 13:21:58 +01:00
test_completion_show.py Re-implement completion, fixes, add PowerShell support (#66) 2020-03-16 13:21:58 +01:00