refactor(tests): reorganize unit tests module structure

This commit is contained in:
Ahmed Allam
2025-12-03 23:55:44 +04:00
committed by Ahmed Allam
parent 6c5c0b0d1c
commit 35dd9d0a8f
10 changed files with 40 additions and 41 deletions

View File

@@ -327,7 +327,6 @@ addopts = [
"--cov-report=term-missing",
"--cov-report=html",
"--cov-report=xml",
"--cov-fail-under=80"
]
testpaths = ["tests"]
python_files = ["test_*.py", "*_test.py"]