We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2dbda commit af61150Copy full SHA for af61150
1 file changed
backends/test/suite/runner.py
@@ -207,9 +207,7 @@ def build_result(
207
artifact_name = None
208
if artifact_dir:
209
base = test_base_name.removeprefix("test_")
210
- artifact_name = (
211
- f"{base}_{subtest_index}" if subtest_index > 0 else base
212
- )
+ artifact_name = f"{base}_{subtest_index}" if subtest_index > 0 else base
213
214
# TODO We should consider refactoring the tester slightly to return more signal on
215
# the cause of a failure in run_method_and_compare_outputs. We can look for
0 commit comments