We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d906ad + c52fa00 commit e302237Copy full SHA for e302237
code/test.py
@@ -230,7 +230,7 @@ def do_tests():
230
f.write('<testsuite name="dlt_speedtests_{label}" tests="{ntests}">\n'
231
.format(label=label, ntests=test_total/len(times_dic)))
232
for algo, time in zip(algo_executed, times):
233
- f.write(' <testcase classname="speed" name="{algo}" time="{time}">'
+ f.write(' <testcase classname="speed.{label}" name="{algo}" time="{time}">'
234
.format(label=label, algo=algo, time=time))
235
f.write(' </testcase>\n')
236
f.write('</testsuite>\n')
0 commit comments