This is an automated email from the ASF dual-hosted git repository.

kentontaylor pushed a commit to branch kt/py312_prep
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 4a7b9e5a5d636c1107dd9191962845e8074b1212
Author: Kenton Taylor <[email protected]>
AuthorDate: Tue Oct 29 19:56:46 2024 +0000

    fixup! py312 prep - Conversion of remaining unitest-style assertions
---
 Allura/allura/tests/unit/test_app.py | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/Allura/allura/tests/unit/test_app.py 
b/Allura/allura/tests/unit/test_app.py
index ba31a5c9d..71b4e95f0 100644
--- a/Allura/allura/tests/unit/test_app.py
+++ b/Allura/allura/tests/unit/test_app.py
@@ -1,3 +1,20 @@
+#       Licensed to the Apache Software Foundation (ASF) under one
+#       or more contributor license agreements.  See the NOTICE file
+#       distributed with this work for additional information
+#       regarding copyright ownership.  The ASF licenses this file
+#       to you under the Apache License, Version 2.0 (the
+#       "License"); you may not use this file except in compliance
+#       with the License.  You may obtain a copy of the License at
+#
+#         http://www.apache.org/licenses/LICENSE-2.0
+#
+#       Unless required by applicable law or agreed to in writing,
+#       software distributed under the License is distributed on an
+#       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#       KIND, either express or implied.  See the License for the
+#       specific language governing permissions and limitations
+#       under the License.
+
 import pytest
 
 from allura.app import Application

Reply via email to