/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_pushd.py
11 строк
233 B
Ville Skyttä
feat(cd,pushd): add option completion support
15 сен 2022, 08:04
15 сен 2022, 08:04
5052702
Код
Авторство
О чём код?
import pytest class TestPushd: @pytest.mark.complete("pushd ") def test_1(self, completion): assert completion @pytest.mark.complete("pushd -") def test_options(self, completion): assert completion