Use the new licence header in TestScripts

This commit is contained in:
Martin Hořeňovský 2022-01-29 00:04:49 +01:00
parent f83332d89b
commit 51888d360a
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
3 changed files with 21 additions and 0 deletions

View File

@ -1,5 +1,12 @@
#!/usr/bin/env python3 #!/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 This test script verifies that the testCasePartial{Starting,Ended} reporter
events fire properly. This is done by calling a test binary compiled with events fire properly. This is done by calling a test binary compiled with

View File

@ -1,5 +1,12 @@
#!/usr/bin/env python3 #!/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 This test script verifies that the random ordering of tests inside
Catch2 is invariant in regards to subsetting. This is done by running Catch2 is invariant in regards to subsetting. This is done by running

View File

@ -1,5 +1,12 @@
#!/usr/bin/env python3 #!/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 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, This is done by running the binary multiple times, once to list all the tests,