Skip to content

Commit d5cdfd7

Browse files
committed
Fix REUSE headers and lint issues in new test
1 parent cf4f0a9 commit d5cdfd7

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

benchexec/tablegenerator/test_href_substitution.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
import os
1+
# This file is part of BenchExec, a framework for reliable benchmarking:
2+
# https://github.com/sosy-lab/benchexec
3+
#
4+
# SPDX-FileCopyrightText: 2007-2026 Dirk Beyer <https://www.sosy-lab.org>
5+
#
6+
# SPDX-License-Identifier: Apache-2.0
7+
28
import unittest
39
from benchexec.tablegenerator import htmltable
4-
from benchexec.tablegenerator.columns import Column
510

611

712
class TestHrefSubstitution(unittest.TestCase):

0 commit comments

Comments
 (0)