We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc2846 commit 875ee55Copy full SHA for 875ee55
2 files changed
pyproject.toml
@@ -54,6 +54,9 @@ aztec-tool = "aztec_tool.__main__:main"
54
[tool.setuptools]
55
packages = ["aztec_tool"]
56
57
+[tool.setuptools.package-data]
58
+aztec_tool = ["py.typed"]
59
+
60
[build-system]
61
requires = ["setuptools>=61.0", "wheel"]
62
build-backend = "setuptools.build_meta"
pytest.ini
@@ -1,6 +1,6 @@
1
-# pytest.ini
2
[pytest]
3
-addopts = --cov=aztec_tool --cov-report=xml
+addopts = -vra --cov=aztec_tool --cov-report=xml --cov-report=html
+testpaths = tests
4
5
[coverage:run]
6
source = aztec_tool
0 commit comments