Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit efc9eac

Browse files
committed
Only look for tests in src/ docs/ and tests/
1 parent e83cc13 commit efc9eac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ addopts =
7373
--cov=dls_python3_skeleton --cov-report term --cov-report xml:cov.xml
7474
# https://iscinumpy.gitlab.io/post/bound-version-constraints/#watch-for-warnings
7575
filterwarnings = error
76+
# Doctest python code in docs, python code in src docstrings, test functions in tests
77+
testpaths =
78+
docs src tests
7679

7780
[coverage:run]
7881
# This is covered in the versiongit test suite so exclude it here

0 commit comments

Comments
 (0)