Skip to content

Commit f685ee9

Browse files
committed
Ensure py.test does not ignore etc/scripts tests.
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 016e3d2 commit f685ee9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ license_file = NOTICE
88
release = clean --all sdist --formats=gztar,bztar,zip bdist_wheel
99

1010
[pytest]
11+
testpaths =
12+
src
13+
tests
14+
etc
15+
1116
norecursedirs =
1217
.git
1318
bin
1419
dist
1520
build
1621
_build
17-
dist
1822
local
19-
ci
2023
docs
2124
man
2225
share
@@ -27,7 +30,6 @@ norecursedirs =
2730
include
2831
Lib
2932
lib
30-
Scripts
3133
thirdparty
3234
tmp
3335
src/*/data

0 commit comments

Comments
 (0)