Mercurial > libervia-backend
diff src/test/helpers.py @ 997:b3f383ab39da
test: configuration/use of new logging system
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 21 Apr 2014 20:04:52 +0200 |
parents | e1842ebcb2f3 |
children | f5761534e0f3 |
line wrap: on
line diff
--- a/src/test/helpers.py Mon Apr 21 19:45:10 2014 +0200 +++ b/src/test/helpers.py Mon Apr 21 20:04:52 2014 +0200 @@ -30,6 +30,10 @@ from collections import Counter import re +## logging configuration for tests ## +from sat.core import log +log.satConfigure() + def b2s(value): """Convert a bool to a unicode string used in bridge