summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2019-08-10 18:50:36 +0200
committerChristopher Crone <christopher.crone@docker.com>2019-10-03 15:49:26 +0200
commit57c2193f6d0a6be6240d4fee9793e59ee7a9a2de (patch)
tree363859d54967d1fbe4b4d878e0ad73979d7dc63e
parent2d327bf74304170d86ae63f18ed91a7fa3ac1a79 (diff)
downloaddocker-py-57c2193f6d0a6be6240d4fee9793e59ee7a9a2de.tar.gz
pytest: set junitxml suite name to "docker-py"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 21b47a6..d233c56 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,2 +1,4 @@
[pytest]
addopts = --tb=short -rxs
+
+junit_suite_name = docker-py