David Cramer 10 лет назад
Родитель
Сommit
9f5c363055
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -1,7 +1,7 @@
 [pytest]
 python_files=test*.py
 addopts=--tb=native
-norecursedirs=node_modules .* {args}
+norecursedirs=bin dist docs	htmlcov script hooks node_modules .* {args}
 
 [flake8]
 ignore = F999,E501,E128,E124,F841