Updated pytest config to ignore some directories

dist and node_modules
This commit is contained in:
Shay Nehmad 2020-03-15 11:20:49 +02:00
parent 280946a212
commit a716204b0f
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ log_cli_level = DEBUG
log_cli_format = %(asctime)s [%(levelname)s] %(module)s.%(funcName)s.%(lineno)d: %(message)s
log_cli_date_format=%H:%M:%S
addopts = -v --capture=sys
norecursedirs = node_modules dist