Skip to content

Commit ff64261

Browse files
[CI] Remove unused variable
Left over from testing a while ago and never removed before committing.
1 parent 965fecf commit ff64261

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.ci/generate_test_report_lib_test.py

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -408,36 +408,6 @@ def test_no_failures_build_failed_ninja_log(self):
408408
)
409409

410410
def test_no_failures_multiple_build_failed_ninja_log(self):
411-
test = generate_test_report_lib.generate_report(
412-
"Foo",
413-
1,
414-
[
415-
junit_from_xml(
416-
dedent(
417-
"""\
418-
<?xml version="1.0" encoding="UTF-8"?>
419-
<testsuites time="0.00">
420-
<testsuite name="Passed" tests="1" failures="0" skipped="0" time="0.00">
421-
<testcase classname="Bar/test_1" name="test_1" time="0.00"/>
422-
</testsuite>
423-
</testsuites>"""
424-
)
425-
)
426-
],
427-
[
428-
[
429-
"[1/5] test/1.stamp",
430-
"[2/5] test/2.stamp",
431-
"FAILED: touch test/2.stamp",
432-
"Wow! Be Kind!",
433-
"[3/5] test/3.stamp",
434-
"[4/5] test/4.stamp",
435-
"FAILED: touch test/4.stamp",
436-
"Wow! I Dare You!",
437-
"[5/5] test/5.stamp",
438-
]
439-
],
440-
)
441411
self.assertEqual(
442412
generate_test_report_lib.generate_report(
443413
"Foo",

0 commit comments

Comments
 (0)