ci: simplify workflow and add pytest config
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user