/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_compgen.py
7 строк
161 B
Ville Skyttä
test: port compgen and quote tests to pytest+pexpect
03 май 2019, 22:03
03 май 2019, 22:03
3752208
Код
Авторство
О чём код?
import pytest class TestCompgen: @pytest.mark.complete(r"compgen -f a\'b/", cwd="compgen") def test_1(self, completion): assert not completion