From 0bba63ca4d3bd1c8bc4d52d9d62dd6307e8698ae Mon Sep 17 00:00:00 2001 From: Shroominic Date: Sun, 3 Aug 2025 20:35:59 -0300 Subject: [PATCH] move unit tests --- tests/{ => unit}/README.md | 0 tests/{ => unit}/__init__.py | 0 tests/{ => unit}/conftest.py | 0 tests/{ => unit}/test_main.py | 0 tests/{ => unit}/test_models.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ => unit}/README.md (100%) rename tests/{ => unit}/__init__.py (100%) rename tests/{ => unit}/conftest.py (100%) rename tests/{ => unit}/test_main.py (100%) rename tests/{ => unit}/test_models.py (100%) diff --git a/tests/README.md b/tests/unit/README.md similarity index 100% rename from tests/README.md rename to tests/unit/README.md diff --git a/tests/__init__.py b/tests/unit/__init__.py similarity index 100% rename from tests/__init__.py rename to tests/unit/__init__.py diff --git a/tests/conftest.py b/tests/unit/conftest.py similarity index 100% rename from tests/conftest.py rename to tests/unit/conftest.py diff --git a/tests/test_main.py b/tests/unit/test_main.py similarity index 100% rename from tests/test_main.py rename to tests/unit/test_main.py diff --git a/tests/test_models.py b/tests/unit/test_models.py similarity index 100% rename from tests/test_models.py rename to tests/unit/test_models.py