Skip to content

Commit 0218aaf

Browse files
committed
Update test_security.py to include licensing information and improve import organization
- Added Apache License 2.0 information at the top of the test_security.py file to ensure compliance. - Reorganized import statements for better clarity and consistency. Signed-off-by: Victor Chang <[email protected]>
1 parent 60ff4b5 commit 0218aaf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

tools/pipeline-generator/tests/test_security.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1+
# Copyright 2025 MONAI Consortium
2+
# Licensed under the Apache License, Version 2.0 (the "License");
3+
# you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at
5+
# http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
11+
112
"""Test security features of the pipeline generator."""
213

3-
import pytest
414
from pathlib import Path
515

16+
import pytest
617
from pipeline_generator.generator.app_generator import AppGenerator
718

819

0 commit comments

Comments
 (0)