/
niceSOFT
/
python3-wheel
Обзор
Документация
Войти
/
niceSOFT
/
python3-wheel
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.38.2
tests/cli/test_unpack.py
12 строк
304 B
Henry Schreiner
Added pyupgrade and flake8-bugbear to pre-commit config (#432)
30 дек 2021, 22:45
Не верифицирован
30 дек 2021, 22:45
ad29512
Код
Авторство
О чём код?
from __future__ import annotations from wheel.cli.unpack import unpack def test_unpack(wheel_paths, tmpdir): """ Make sure 'wheel unpack' works. This also verifies the integrity of our testing wheel files. """ for wheel_path in wheel_paths: unpack(wheel_path, str(tmpdir))