Mercurial > libervia-backend
diff src/test/helpers.py @ 1022:002ee8397208
test: fix the tests after the changes of logging system
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 14 May 2014 13:26:23 +0200 |
parents | c37a24922f27 |
children | 6e975c6b0faf |
line wrap: on
line diff
--- a/src/test/helpers.py Wed May 14 12:51:24 2014 +0200 +++ b/src/test/helpers.py Wed May 14 13:26:23 2014 +0200 @@ -19,8 +19,8 @@ ## logging configuration for tests ## -from sat.core import log -log.satConfigure() +from sat.core import log_config +log_config.satConfigure() from sat.core import exceptions from constants import Const