/
niceSOFT
/
python3-pytest
Обзор
Документация
Войти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2.0.dev0
testing/freeze/runtests_script.py
11 строк
193 B
Bruno Oliveira
Run pre-commit on all files
30 янв 2024, 22:35
30 янв 2024, 22:35
8b54596
Код
Авторство
О чём код?
""" This is the script that is actually frozen into an executable: simply executes pytest main(). """ if __name__ == "__main__": import sys import pytest sys.exit(pytest.main())