fix e2e tests

This commit is contained in:
Adil Hafeez 2025-12-26 09:09:07 -08:00
parent b9799fcf4b
commit 5d99c8f3c3
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 398 additions and 0 deletions

View file

@ -24,6 +24,9 @@ dev = [
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]
[tool.pytest.ini_options]
python_files = ["test*.py"]
addopts = ["-v", "-s"]