Skip to content

Commit faa59ee

Browse files
authored
Exclude _dev directory from pytest (#83)
1 parent cb394c6 commit faa59ee

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

{{ cookiecutter.package_name }}/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ testpaths = [
7373
doctest_plus = "enabled"
7474
text_file_format = "rst"
7575
addopts = "--doctest-rst"
76+
norecursedirs = ["{{ cookiecutter.module_name }}[\\/]_dev"]
7677

7778
[tool.coverage.run]
7879
omit = [

0 commit comments

Comments
 (0)