diff --git a/tests/__init__.py b/tests/__init__.py index e69de29..f7e1150 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -0,0 +1,3 @@ +# Copyright (c) 2023-2024 tracetronic GmbH +# +# SPDX-License-Identifier: MIT diff --git a/tests/e2e/__init__.py b/tests/e2e/__init__.py index e69de29..f7e1150 100644 --- a/tests/e2e/__init__.py +++ b/tests/e2e/__init__.py @@ -0,0 +1,3 @@ +# Copyright (c) 2023-2024 tracetronic GmbH +# +# SPDX-License-Identifier: MIT diff --git a/tests/model/__init__.py b/tests/model/__init__.py index e69de29..f7e1150 100644 --- a/tests/model/__init__.py +++ b/tests/model/__init__.py @@ -0,0 +1,3 @@ +# Copyright (c) 2023-2024 tracetronic GmbH +# +# SPDX-License-Identifier: MIT diff --git a/tests/util/__init__.py b/tests/util/__init__.py new file mode 100644 index 0000000..f7e1150 --- /dev/null +++ b/tests/util/__init__.py @@ -0,0 +1,3 @@ +# Copyright (c) 2023-2024 tracetronic GmbH +# +# SPDX-License-Identifier: MIT