File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ def default(session):
8585 session .run (
8686 "py.test" ,
8787 "--quiet" ,
88+ f"--junitxml=unit_{ session .python } _sponge_log.xml" ,
8889 "--cov=google.cloud.storage" ,
8990 "--cov=google.cloud" ,
9091 "--cov=tests.unit" ,
@@ -161,6 +162,7 @@ def system(session):
161162 session .run (
162163 "py.test" ,
163164 "--quiet" ,
165+ f"--junitxml=system_{ session .python } _sponge_log.xml" ,
164166 "--reruns={}" .format (rerun_count ),
165167 system_test_path ,
166168 * session .posargs ,
@@ -169,6 +171,7 @@ def system(session):
169171 session .run (
170172 "py.test" ,
171173 "--quiet" ,
174+ f"--junitxml=system_{ session .python } _sponge_log.xml" ,
172175 "--reruns={}" .format (rerun_count ),
173176 system_test_folder_path ,
174177 * session .posargs ,
You can’t perform that action at this time.
0 commit comments