From 11059024736c5b436d7cee6e7f2ced95dd0f84e4 Mon Sep 17 00:00:00 2001 From: paulpaliychuk Date: Mon, 26 Aug 2024 10:50:48 -0400 Subject: [PATCH] chore: Update int test name + add header to test files --- ...ests_int_graphiti.py => test_graphiti_int.py} | 16 ++++++++++++++++ .../maintenance/test_temporal_operations.py | 16 ++++++++++++++++ .../maintenance/test_temporal_operations_int.py | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) rename tests/{tests_int_graphiti.py => test_graphiti_int.py} (85%) diff --git a/tests/tests_int_graphiti.py b/tests/test_graphiti_int.py similarity index 85% rename from tests/tests_int_graphiti.py rename to tests/test_graphiti_int.py index 410f72d8..2ab6c8f0 100644 --- a/tests/tests_int_graphiti.py +++ b/tests/test_graphiti_int.py @@ -1,3 +1,19 @@ +""" +Copyright 2024, Zep Software, Inc. + +Licensed 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 asyncio import logging import os diff --git a/tests/utils/maintenance/test_temporal_operations.py b/tests/utils/maintenance/test_temporal_operations.py index dcee3573..76224bc5 100644 --- a/tests/utils/maintenance/test_temporal_operations.py +++ b/tests/utils/maintenance/test_temporal_operations.py @@ -1,3 +1,19 @@ +""" +Copyright 2024, Zep Software, Inc. + +Licensed 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 unittest from datetime import datetime, timedelta diff --git a/tests/utils/maintenance/test_temporal_operations_int.py b/tests/utils/maintenance/test_temporal_operations_int.py index 16591ef1..9e6b2953 100644 --- a/tests/utils/maintenance/test_temporal_operations_int.py +++ b/tests/utils/maintenance/test_temporal_operations_int.py @@ -1,3 +1,19 @@ +""" +Copyright 2024, Zep Software, Inc. + +Licensed 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 os from datetime import datetime, timedelta