From 174950bd3cd50096b4b82da165c48e86e650c014 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 29 Nov 2023 19:07:22 +0000 Subject: [PATCH] fix: remove tests/__init__.py in generated clients --- gapic/ads-templates/tests/__init__.py.j2 | 2 -- gapic/templates/tests/__init__.py.j2 | 2 -- .../integration/goldens/asset/tests/__init__.py | 16 ---------------- .../goldens/credentials/tests/__init__.py | 16 ---------------- .../goldens/eventarc/tests/__init__.py | 16 ---------------- .../goldens/logging/tests/__init__.py | 16 ---------------- .../integration/goldens/redis/tests/__init__.py | 16 ---------------- 7 files changed, 84 deletions(-) delete mode 100644 gapic/ads-templates/tests/__init__.py.j2 delete mode 100644 gapic/templates/tests/__init__.py.j2 delete mode 100755 tests/integration/goldens/asset/tests/__init__.py delete mode 100755 tests/integration/goldens/credentials/tests/__init__.py delete mode 100755 tests/integration/goldens/eventarc/tests/__init__.py delete mode 100755 tests/integration/goldens/logging/tests/__init__.py delete mode 100755 tests/integration/goldens/redis/tests/__init__.py diff --git a/gapic/ads-templates/tests/__init__.py.j2 b/gapic/ads-templates/tests/__init__.py.j2 deleted file mode 100644 index 34200f2eca..0000000000 --- a/gapic/ads-templates/tests/__init__.py.j2 +++ /dev/null @@ -1,2 +0,0 @@ - -{% extends '_base.py.j2' %} \ No newline at end of file diff --git a/gapic/templates/tests/__init__.py.j2 b/gapic/templates/tests/__init__.py.j2 deleted file mode 100644 index 34200f2eca..0000000000 --- a/gapic/templates/tests/__init__.py.j2 +++ /dev/null @@ -1,2 +0,0 @@ - -{% extends '_base.py.j2' %} \ No newline at end of file diff --git a/tests/integration/goldens/asset/tests/__init__.py b/tests/integration/goldens/asset/tests/__init__.py deleted file mode 100755 index 1b4db446eb..0000000000 --- a/tests/integration/goldens/asset/tests/__init__.py +++ /dev/null @@ -1,16 +0,0 @@ - -# -*- coding: utf-8 -*- -# Copyright 2023 Google LLC -# -# 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. -# diff --git a/tests/integration/goldens/credentials/tests/__init__.py b/tests/integration/goldens/credentials/tests/__init__.py deleted file mode 100755 index 1b4db446eb..0000000000 --- a/tests/integration/goldens/credentials/tests/__init__.py +++ /dev/null @@ -1,16 +0,0 @@ - -# -*- coding: utf-8 -*- -# Copyright 2023 Google LLC -# -# 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. -# diff --git a/tests/integration/goldens/eventarc/tests/__init__.py b/tests/integration/goldens/eventarc/tests/__init__.py deleted file mode 100755 index 1b4db446eb..0000000000 --- a/tests/integration/goldens/eventarc/tests/__init__.py +++ /dev/null @@ -1,16 +0,0 @@ - -# -*- coding: utf-8 -*- -# Copyright 2023 Google LLC -# -# 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. -# diff --git a/tests/integration/goldens/logging/tests/__init__.py b/tests/integration/goldens/logging/tests/__init__.py deleted file mode 100755 index 1b4db446eb..0000000000 --- a/tests/integration/goldens/logging/tests/__init__.py +++ /dev/null @@ -1,16 +0,0 @@ - -# -*- coding: utf-8 -*- -# Copyright 2023 Google LLC -# -# 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. -# diff --git a/tests/integration/goldens/redis/tests/__init__.py b/tests/integration/goldens/redis/tests/__init__.py deleted file mode 100755 index 1b4db446eb..0000000000 --- a/tests/integration/goldens/redis/tests/__init__.py +++ /dev/null @@ -1,16 +0,0 @@ - -# -*- coding: utf-8 -*- -# Copyright 2023 Google LLC -# -# 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. -#