We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff3a7c commit c774ad5Copy full SHA for c774ad5
noxfile.py
@@ -85,6 +85,7 @@ def default(session):
85
session.run(
86
"py.test",
87
"--quiet",
88
+ f"--junitxml=unit_{session.python}_sponge_log.xml",
89
"--cov=google.cloud.storage",
90
"--cov=google.cloud",
91
"--cov=tests.unit",
@@ -161,6 +162,7 @@ def system(session):
161
162
163
164
165
+ f"--junitxml=system_{session.python}_sponge_log.xml",
166
"--reruns={}".format(rerun_count),
167
system_test_path,
168
*session.posargs,
@@ -169,6 +171,7 @@ def system(session):
169
171
170
172
173
174
175
176
system_test_folder_path,
177
0 commit comments