Skip to content

Commit 368a578

Browse files
authored
add src to testpaths so that doctests are picked up
1 parent e534638 commit 368a578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages = ["src/template_repository"]
2525

2626
[tool.pytest.ini_options]
2727
# path to tests for pytest
28-
testpaths = ["tests"]
28+
testpaths = ["src", "tests"]
2929
# addopts = add options
3030
# --cov points pytest-cov to the src/ dir
3131
# --cov-branch runs branch coverage

0 commit comments

Comments
 (0)