/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/t/test_bzip2.py
15 строк
325 B
Ville Skyttä
test: add bunch of basic _parse_help use test cases
09 май 2019, 21:21
09 май 2019, 21:21
6b4fd9b
Код
Авторство
О чём код?
import pytest class TestBzip2: @pytest.mark.complete("bzip2 ") def test_1(self, completion): assert completion @pytest.mark.complete("bzip2 ~") def test_2(self, completion): assert completion @pytest.mark.complete("bzip2 -") def test_3(self, completion): assert completion