We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4f0a9 commit d5cdfd7Copy full SHA for d5cdfd7
1 file changed
benchexec/tablegenerator/test_href_substitution.py
@@ -1,7 +1,12 @@
1
-import os
+# 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
+
8
import unittest
9
from benchexec.tablegenerator import htmltable
-from benchexec.tablegenerator.columns import Column
10
11
12
class TestHrefSubstitution(unittest.TestCase):
0 commit comments