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

View file

@ -26,6 +26,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"]