/
niceSOFT
/
python3-py
Обзор
Документация
Войти
/
niceSOFT
/
python3-py
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.8.2
py/test.py
10 строк
222 B
holger krekel
slight adjustments
13 ноя 2010, 18:38
13 ноя 2010, 18:38
a96c89f
Код
Авторство
О чём код?
import sys if __name__ == '__main__': import pytest sys.exit(pytest.main()) else: import sys, pytest sys.modules['py.test'] = pytest # for more API entry points see the 'tests' definition # in __init__.py