From 51888d360ab6c21a704d0ba9c66da1b55751940a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 29 Jan 2022 00:04:49 +0100 Subject: [PATCH] Use the new licence header in TestScripts --- tests/TestScripts/testPartialTestCaseEvent.py | 7 +++++++ tests/TestScripts/testRandomOrder.py | 7 +++++++ tests/TestScripts/testSharding.py | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/tests/TestScripts/testPartialTestCaseEvent.py b/tests/TestScripts/testPartialTestCaseEvent.py index d119e6da..8259d211 100755 --- a/tests/TestScripts/testPartialTestCaseEvent.py +++ b/tests/TestScripts/testPartialTestCaseEvent.py @@ -1,5 +1,12 @@ #!/usr/bin/env python3 +# Copyright Catch2 Authors +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# https://www.boost.org/LICENSE_1_0.txt) + +# SPDX-License-Identifier: BSL-1.0 + """ This test script verifies that the testCasePartial{Starting,Ended} reporter events fire properly. This is done by calling a test binary compiled with diff --git a/tests/TestScripts/testRandomOrder.py b/tests/TestScripts/testRandomOrder.py index 911400dd..afab231d 100755 --- a/tests/TestScripts/testRandomOrder.py +++ b/tests/TestScripts/testRandomOrder.py @@ -1,5 +1,12 @@ #!/usr/bin/env python3 +# Copyright Catch2 Authors +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# https://www.boost.org/LICENSE_1_0.txt) + +# SPDX-License-Identifier: BSL-1.0 + """ This test script verifies that the random ordering of tests inside Catch2 is invariant in regards to subsetting. This is done by running diff --git a/tests/TestScripts/testSharding.py b/tests/TestScripts/testSharding.py index eb3fad99..6902f83c 100755 --- a/tests/TestScripts/testSharding.py +++ b/tests/TestScripts/testSharding.py @@ -1,5 +1,12 @@ #!/usr/bin/env python3 +# Copyright Catch2 Authors +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# https://www.boost.org/LICENSE_1_0.txt) + +# SPDX-License-Identifier: BSL-1.0 + """ This test script verifies that sharding tests does change which tests are run. This is done by running the binary multiple times, once to list all the tests,