SeleniumBase/setup.cfg

9 lines
316 B
INI
Raw Normal View History

2015-12-05 05:11:53 +08:00
[nosetests]
# This is the config file for default values used during nosetest runs
2015-12-05 05:11:53 +08:00
nocapture=1 ; Displays print statements from output. Undo this by using: --nologcapture
logging-level=INFO ; INFO keeps the logs much cleaner than using DEBUG
[bdist_wheel]
2017-04-23 07:02:53 +08:00
# SeleniumBase is for Python 2.7 (right now)
universal=0