Skip to content

Commit 0b0d967

Browse files
committed
debug
1 parent 26b0771 commit 0b0d967

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/utils_for_testbook.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ def inner(*args: Any, **kwargs: Any) -> Any:
4444

4545

4646
def _build_skip_decorator(notebook_name: str) -> Callable:
47+
import logger
48+
49+
logger.error(
50+
f"{notebook_name=} ; should skip: {should_skip_notebook(notebook_name)}"
51+
)
4752
return pytest.mark.skipif(
4853
should_skip_notebook(notebook_name),
4954
reason="Didn't change",

0 commit comments

Comments
 (0)