From 85e2edb8a5882912912c5b62f7d710b82f226ba5 Mon Sep 17 00:00:00 2001 From: "Hannes F. Kuchelmeister" Date: Mon, 12 Jul 2021 15:46:45 +0200 Subject: [PATCH] move tests to corresponding folder --- tests/__init__.py | 0 tests/image/__init__.py | 0 tests/{ => image}/test_situ_image.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/__init__.py create mode 100644 tests/image/__init__.py rename tests/{ => image}/test_situ_image.py (100%) diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/image/__init__.py b/tests/image/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_situ_image.py b/tests/image/test_situ_image.py similarity index 100% rename from tests/test_situ_image.py rename to tests/image/test_situ_image.py