From b06056970c6f1ef221cb56576a44ba782862305b Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 24 Jun 2024 12:12:45 +0100 Subject: [PATCH] mypy unittests --- .github/workflows/python_actions.yml | 2 +- unittests/__init__.py | 1 - unittests/processes_test/__init__.py | 14 ++++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 unittests/processes_test/__init__.py diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index ef36ddf42..dca4fea08 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -27,5 +27,5 @@ jobs: coverage-package: spinnman flake8-packages: spinnman unittests spinnman_integration_tests pylint-packages: spinnman - mypy-packages: spinnman + mypy-packages: spinnman unittests spinnman_integration_tests secrets: inherit diff --git a/unittests/__init__.py b/unittests/__init__.py index 1d5b5492f..6f8e038bd 100644 --- a/unittests/__init__.py +++ b/unittests/__init__.py @@ -12,4 +12,3 @@ # See the License for the specific language governing permissions and # limitations under the License. -__author__ = 'Petrut' diff --git a/unittests/processes_test/__init__.py b/unittests/processes_test/__init__.py new file mode 100644 index 000000000..d52bb25e6 --- /dev/null +++ b/unittests/processes_test/__init__.py @@ -0,0 +1,14 @@ +# Copyright (c) 2023 The University of Manchester +# +# 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 +# +# https://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. +