SeleniumBase/setup.cfg

16 lines
355 B
INI
Raw Normal View History

2021-09-20 15:09:31 +08:00
[flake8]
2022-01-27 14:44:54 +08:00
# W503 (line break before binary operator) can be ignored.
2021-09-20 15:09:31 +08:00
exclude=recordings,temp
2022-01-27 14:44:54 +08:00
ignore=W503
2021-09-20 15:09:31 +08:00
2015-12-05 05:11:53 +08:00
[nosetests]
2022-01-27 14:44:54 +08:00
# nocapture=1 (Display print statements from output)
# (Undo this by using: "--nologcapture")
# logging-level=INFO (Shorter logs than using DEBUG)
nocapture=1
logging-level=INFO
[behave]
show_skipped=false
show_timings=false