Skip to content

Commit

Permalink
pytest: don't write stdout/stderr to junit xml
Browse files Browse the repository at this point in the history
failures are already printed during the tests, so we probably
don't have to capture them in the junit xml as well. Currently,
there's some noise in this file, such as the output from pulling
the image;

```
pulling alpine:3.9.3
Pulling from library/alpine - None
Pulling fs layer - None
Downloading - [>                                                  ]  27.86kB/2.757MB
Downloading - [==========>                                        ]  580.3kB/2.757MB
...
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Aug 10, 2019
1 parent 7b22b14 commit c7240d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
addopts = --tb=short -rxs

junit_suite_name = docker-py
junit_logging = no

0 comments on commit c7240d4

Please sign in to comment.