SeleniumBase/setup.cfg

14 lines
387 B
INI
Executable File

[flake8]
exclude=recordings,temp
[nosetests]
# This is the config file for default values used during nosetest runs
# nocapture=1 displays print statements from output. Undo this by using: --nologcapture
# logging-level=INFO keeps the logs much cleaner than using DEBUG
nocapture=1
logging-level=INFO
[bdist_wheel]
# SeleniumBase works for both Python 2.7+ and Python 3.5+
universal=1