Skip to content

Commit

Permalink
testing: updates for pytest 3.4
Browse files Browse the repository at this point in the history
The default logging level is info and the debug was not captured.
  • Loading branch information
MatthieuDartiailh committed Mar 9, 2018
1 parent cd8028f commit 5b29cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exopy/tasks/tasks/instr_task.py
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down
1 change: 1 addition & 0 deletions exopy/testing/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def logger(caplog):
"""
logger = logging.getLogger('test')
logger.setLevel(logging.DEBUG)

yield logger

Expand Down

0 comments on commit 5b29cd8

Please sign in to comment.