/
niceSOFT
/
python3-more-itertools
Обзор
Документация
Войти
/
niceSOFT
/
python3-more-itertools
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/testing.rst
19 строк
302 B
Jon Dufresne
Remove use of deprecate 'setup.py test' command
17 фев 2020, 02:24
17 фев 2020, 02:24
1284237
Код
Авторство
О чём код?
======= Testing ======= To run install dependencies and run tests, use this command:: python -m unittest Multiple Python Versions ======================== To run the tests on all the versions of Python more-itertools supports, install tox:: pip install tox Then, run the tests:: tox