/
niceSOFT
/
python3-pytest
Обзор
Документация
Войти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.0.0
testing/freeze/runtests_script.py
10 строк
192 B
Ran Benita
Replace a few outdated references to py.test with pytest
26 окт 2019, 16:28
26 окт 2019, 16:28
96de232
Код
Авторство
О чём код?
""" 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())