This commit is contained in:
Yonokid
2025-12-27 18:39:50 -05:00
parent 109719b7f5
commit c36be89728
3 changed files with 47 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ dependencies = [
[tool.pytest.ini_options]
testpaths = ["test"]
pythonpath = ["."]
python_files = "test_*.py"
python_classes = "Test*"
python_functions = "test_*"