From 1e7ca9f3fb3c81b720fcd2ee0b581ec4382f7e7a Mon Sep 17 00:00:00 2001 From: VinciGit00 Date: Sat, 10 Feb 2024 19:20:21 +0100 Subject: [PATCH] refactoring of test folder --- tests/{ => unit_tests}/__init__.py | 0 tests/{ => unit_tests}/test_yosoai.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ => unit_tests}/__init__.py (100%) rename tests/{ => unit_tests}/test_yosoai.py (100%) diff --git a/tests/__init__.py b/tests/unit_tests/__init__.py similarity index 100% rename from tests/__init__.py rename to tests/unit_tests/__init__.py diff --git a/tests/test_yosoai.py b/tests/unit_tests/test_yosoai.py similarity index 100% rename from tests/test_yosoai.py rename to tests/unit_tests/test_yosoai.py