mirror of https://github.com/docker/docker-py.git
pytest: set junitxml suite name to "docker-py"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
17c86429e4
commit
7b22b14715
|
@ -1,2 +1,4 @@
|
|||
[pytest]
|
||||
addopts = --tb=short -rxs
|
||||
|
||||
junit_suite_name = docker-py
|
||||
|
|
Loading…
Reference in New Issue