From 8d45299e7df011afa1b19f0683cc3fa813337648 Mon Sep 17 00:00:00 2001 From: Joleen Feltz Date: Fri, 16 Feb 2024 09:41:05 -0600 Subject: [PATCH] Add init to clavrx tests directory --- .../tests/reader_tests/test_clavrx/__init__.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 satpy/tests/reader_tests/test_clavrx/__init__.py diff --git a/satpy/tests/reader_tests/test_clavrx/__init__.py b/satpy/tests/reader_tests/test_clavrx/__init__.py new file mode 100644 index 0000000000..6f62e3a26b --- /dev/null +++ b/satpy/tests/reader_tests/test_clavrx/__init__.py @@ -0,0 +1,18 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# Copyright (c) 2017-2018 Satpy developers +# +# This file is part of satpy. +# +# satpy is free software: you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# satpy is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# satpy. If not, see . +"""The clavrx reader tests package."""