Skip to content

Commit 875ee55

Browse files
committed
docs: updated pytest.ini options and py.typed in pyproject
1 parent 9cc2846 commit 875ee55

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ aztec-tool = "aztec_tool.__main__:main"
5454
[tool.setuptools]
5555
packages = ["aztec_tool"]
5656

57+
[tool.setuptools.package-data]
58+
aztec_tool = ["py.typed"]
59+
5760
[build-system]
5861
requires = ["setuptools>=61.0", "wheel"]
5962
build-backend = "setuptools.build_meta"

pytest.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# pytest.ini
21
[pytest]
3-
addopts = --cov=aztec_tool --cov-report=xml
2+
addopts = -vra --cov=aztec_tool --cov-report=xml --cov-report=html
3+
testpaths = tests
44

55
[coverage:run]
66
source = aztec_tool

0 commit comments

Comments
 (0)