/
niceSOFT
/
python3-pytest
Обзор
Документация
Войти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2.2
bench/manyparam.py
14 строк
169 B
Anthony Sottile
pre-commit run fix-encoding-pragma --all-files
03 июн 2019, 18:08
03 июн 2019, 18:08
5034399
Код
Авторство
О чём код?
import pytest @pytest.fixture(scope="module", params=range(966)) def foo(request): return request.param def test_it(foo): pass def test_it2(foo): pass