Commit c774ad5 1 parent 9ff3a7c commit c774ad5 Copy full SHA for c774ad5
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ def default(session):
85
85
session .run (
86
86
"py.test" ,
87
87
"--quiet" ,
88
+ f"--junitxml=unit_{ session .python } _sponge_log.xml" ,
88
89
"--cov=google.cloud.storage" ,
89
90
"--cov=google.cloud" ,
90
91
"--cov=tests.unit" ,
@@ -161,6 +162,7 @@ def system(session):
161
162
session .run (
162
163
"py.test" ,
163
164
"--quiet" ,
165
+ f"--junitxml=system_{ session .python } _sponge_log.xml" ,
164
166
"--reruns={}" .format (rerun_count ),
165
167
system_test_path ,
166
168
* session .posargs ,
@@ -169,6 +171,7 @@ def system(session):
169
171
session .run (
170
172
"py.test" ,
171
173
"--quiet" ,
174
+ f"--junitxml=system_{ session .python } _sponge_log.xml" ,
172
175
"--reruns={}" .format (rerun_count ),
173
176
system_test_folder_path ,
174
177
* session .posargs ,
You can’t perform that action at this time.
0 commit comments