We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7090732 + 9ea3da3 commit 9443decCopy full SHA for 9443dec
pytest.ini
@@ -1,2 +1,5 @@
1
[pytest]
2
addopts = --tb=short -rxs
3
+
4
+junit_suite_name = docker-py
5
+junit_family = xunit2
test-requirements.txt
@@ -1,6 +1,6 @@
coverage==4.5.2
flake8==3.6.0
mock==1.0.1
-pytest==4.1.0
+pytest==4.2.1
pytest-cov==2.6.1
6
pytest-timeout==1.3.3
0 commit comments