ci: simplify workflow and add pytest config
Some checks failed
CI / test (push) Failing after 6s
CI / lint (push) Failing after 5s
CI / typecheck (push) Failing after 6s
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-30 23:54:44 +00:00
parent 85ef1f9fa2
commit 4731f5f19a

View File

@@ -36,3 +36,10 @@ cli-explain-fix = "cli_explain_fix.main:main"
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]
python_classes = ["Test*"]
python_functions = ["test_*"]
addopts = "-v --tb=short"