Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
docker
/
docker-py
зеркало из
https://github.com/docker/docker-py.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули docker-py
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
a3652028b1
docker-py
/
pytest.ini
6 строки
87 B
INI
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Move pytest default options into pytest.ini Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-09-25 20:53:10 +03:00
[pytest]
Re-enable stdout/stderr capturing in tests Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2016-01-21 17:44:51 +03:00
addopts
=
--tb=short -rxs
pytest: set junitxml suite name to "docker-py" Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-08-10 19:50:36 +03:00
junit_suite_name
=
docker-py
pytest: update to v4.2.1 - use xunit2 for compatibility with Jenkins - pytest-dev/pytest#3547: `--junitxml` can emit XML compatible with Jenkins xUnit. `junit_family` INI option accepts `legacy|xunit1`, which produces old style output, and `xunit2` that conforms more strictly to https://github.com/jenkinsci/xunit-plugin/blob/xunit-2.3.2/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-08-10 20:04:54 +03:00
junit_family
=
xunit2