Skip to content

Commit 59b4227

Browse files
committed
test: add debug
1 parent cea1bf3 commit 59b4227

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_patcher.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
from pygccxml import parser
1212
from pygccxml import utils
1313

14+
import logging
15+
utils.loggers.set_level(logging.DEBUG)
16+
1417

1518
TEST_FILES = [
1619
"patcher.hpp",

0 commit comments

Comments
 (0)