We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44751fc commit eaa46e5Copy full SHA for eaa46e5
tests/test_example.py
@@ -55,6 +55,12 @@ def test_template(tmp_path: Path):
55
run("./venv/bin/twine check --strict dist/*")
56
57
58
+def test_template_mypy(tmp_path: Path):
59
+ copy_project(tmp_path, type_checker="mypy")
60
+ run = make_venv(tmp_path)
61
+ run("./venv/bin/tox -p")
62
+
63
64
def test_template_no_docs(tmp_path: Path):
65
copy_project(tmp_path, docs_type="README")
66
run = make_venv(tmp_path)
0 commit comments