Skip to content

Commit 48a7ea0

Browse files
committed
Exclude node_modules from py.test
1 parent bcaeac4 commit 48a7ea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
python_files=test*.py
33
addopts=--tb=short
44
timeout=5
5+
norecursedirs=node_modules .* {args}
56

67
[flake8]
78
ignore = F999,E501,E128,E124

0 commit comments

Comments
 (0)