feat: add regression tests and configure its workflow

This commit is contained in:
Lucas Gomide
2025-07-15 18:45:26 -03:00
parent 6ebb6c9b63
commit cbe570088e
7 changed files with 343 additions and 3 deletions

View File

@@ -137,3 +137,6 @@ exclude = [
"docs/**",
"docs/",
]
[tool.pytest.ini_options]
norecursedirs = ["tests/regression"]