diff --git a/exopy/tasks/tasks/instr_task.py b/exopy/tasks/tasks/instr_task.py index 2043d1cd..8a9da0dd 100644 --- a/exopy/tasks/tasks/instr_task.py +++ b/exopy/tasks/tasks/instr_task.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ----------------------------------------------------------------------------- -# Copyright 2015-2018-2018 by Exopy Authors, see AUTHORS for more details. +# Copyright 2015-2018 by Exopy Authors, see AUTHORS for more details. # # Distributed under the terms of the BSD license. # diff --git a/exopy/testing/fixtures.py b/exopy/testing/fixtures.py index cd498576..9051328b 100644 --- a/exopy/testing/fixtures.py +++ b/exopy/testing/fixtures.py @@ -153,6 +153,7 @@ def logger(caplog): """ logger = logging.getLogger('test') + logger.setLevel(logging.DEBUG) yield logger