Skip to content

Commit dcb0730

Browse files
committed
tests: add debug
1 parent bcc920c commit dcb0730

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_remove_template_defaults.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# See http://www.boost.org/LICENSE_1_0.txt
55

66
import platform
7-
7+
import logging
88
import pytest
99

1010
from . import autoconfig
@@ -17,6 +17,8 @@
1717
'remove_template_defaults.hpp'
1818
]
1919

20+
utils.loggers.set_level(logging.DEBUG)
21+
2022

2123
@pytest.fixture
2224
def global_ns():

0 commit comments

Comments
 (0)