- add a conftest to turn on logging config

This commit is contained in:
Mike Bayer 2014-04-11 14:32:30 -04:00
parent 33427803f8
commit e9011d8495
1 changed files with 2 additions and 0 deletions

2
tests/conftest.py Normal file
View File

@ -0,0 +1,2 @@
import logging.config
logging.config.fileConfig("nose_logging_config.ini")