Skip to content

Commit 6484aa2

Browse files
committed
Add test
1 parent a21ee4c commit 6484aa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_template_defaults(tmp_path: Path):
5252
catalog_info = tmp_path / "catalog-info.yaml"
5353
assert catalog_info.exists()
5454
run("./venv/bin/tox -p")
55+
run("./venv/bin/tox -e docs build -- -b linkcheck")
5556
run("./venv/bin/pip install build twine")
5657
run("./venv/bin/python -m build")
5758
run("./venv/bin/twine check --strict dist/*")

0 commit comments

Comments
 (0)