From 1913d89e788996d973f7da3b8290729a0b7b6d0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Wed, 2 Aug 2023 15:09:48 +0200 Subject: [PATCH] move things to simple and correct place --- tests/{hello => test_hello}/__init__.py | 0 tests/{hello => test_hello}/test_hello.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{hello => test_hello}/__init__.py (100%) rename tests/{hello => test_hello}/test_hello.py (100%) diff --git a/tests/hello/__init__.py b/tests/test_hello/__init__.py similarity index 100% rename from tests/hello/__init__.py rename to tests/test_hello/__init__.py diff --git a/tests/hello/test_hello.py b/tests/test_hello/test_hello.py similarity index 100% rename from tests/hello/test_hello.py rename to tests/test_hello/test_hello.py -- 2.39.2