Loading...
Searching...
No Matches
Go to the documentation of this file.
8Fixture with a nested function where the outer has func = "..." but the
9inner calls _dbg() without defining func.
13- Demonstrate that nested functions are checked independently.
28from oc_diagnostics
import _dbg
33 _dbg(
"L2",
"Outer start", domain=
"TEST", func=func)
36 _dbg(
"L3",
"Inner work", domain=
"TEST", func=
"missing")