/
niceSOFT
/
python3-wheel
Обзор
Документация
Войти
/
niceSOFT
/
python3-wheel
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.35.1
tests/cli/test_unpack.py
10 строк
268 B
Alex Grönholm
Renamed the wheel.tool package to wheel.cli and migrated CLI stuff there
17 июл 2018, 15:02
17 июл 2018, 15:02
8949250
Код
Авторство
О чём код?
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))