SeleniumBase/setup.cfg

9 lines
352 B
INI
Executable File

[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 ; INFO keeps the logs much cleaner than using DEBUG
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python 3.
universal=1