From 91f2483b00901fe9962f677aec514531b2e4afbd Mon Sep 17 00:00:00 2001 From: valentingol Date: Fri, 15 Dec 2023 15:02:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20comment=20to=20make=20pydo?= =?UTF-8?q?cstyle=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/unit/processing/test_base_processing.py | 1 + tests/unit/test_process_routines.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/unit/processing/test_base_processing.py b/tests/unit/processing/test_base_processing.py index f50025d..75c6005 100644 --- a/tests/unit/processing/test_base_processing.py +++ b/tests/unit/processing/test_base_processing.py @@ -8,6 +8,7 @@ def test_processing() -> None: """Test Processing.""" + # Make processing test class _ProcessingTest(Processing): def __init__(self) -> None: diff --git a/tests/unit/test_process_routines.py b/tests/unit/test_process_routines.py index 5feac9f..4f1d9b1 100644 --- a/tests/unit/test_process_routines.py +++ b/tests/unit/test_process_routines.py @@ -23,6 +23,7 @@ def test_merge_flat_processing( process_keep: ProcessKeep, ) -> None: """Test merge_flat_processing.""" + # Make processing test class _ProcessingTest(Processing): def __init__(self) -> None: